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");
β
Correct Answer: (C)
Compiler error