11. What will be the output of the following code?
int num = 35;
if (num >= 60 && num <= 80)
System.out.println ("Good Performance");
else if (num >=50 && num <=60)
System.out.println ("Average Performance");
else
Answers
Answered by
0
there will no output in you code
Similar questions
Computer Science,
3 months ago
Math,
3 months ago
Math,
7 months ago
English,
11 months ago
Geography,
11 months ago