A

Admin • 828.03K Points
Coach

Q. What is the output of Java program below?

Code:
int num=40;
switch(num)
{
case 5: System.out.println("FIVE"); break;
case 35+5: System.out.println("FORTY"); break;
case 20+30: System.out.println("FIFTY");
}
  • (A) FIVE
  • (B) FORTY
  • (C) FIFTY
  • (D) Compiler error
  • Correct Answer - Option(B)
  • Views: 8
  • Filed under category Java
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.