Computer Science, asked by chopraansh751, 7 months ago

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

there will no output in you code

Similar questions