Computer Science, asked by sattwikdatta6, 23 hours ago

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 neelamguptagupta79
0

Answer:

6688 is correct answer of question

Similar questions