A
Q. What is the output of the Java program below?
Code:
int b=20;
switch(b)
{
default: System.out.println("LION");
}
switch(b)
{
default: System.out.println("LION");
}
- Correct Answer - Option(B)
- Views: 11
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.