A
Q. What is the output of the Java program with IF-ELSE statements?
Code:
if(TRUE)
System.out.println("GO");
else
System.out.println("STOP");
System.out.println("GO");
else
System.out.println("STOP");
- Correct Answer - Option(C)
- Views: 17
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.