Predict the output:
int total=500;
if (total>550)
{
System.out.print(“Grade A”);
}
else
{
System.out.print(“Grade B”);
}
System.out.println(“Well done. Keep it up”);
Answers
Answered by
0
Answer:
6688 is correct answer of question
Similar questions