Multiple Choice
What is wrong with the following code? while (4>2)
System.out.println ("Hi there") ;
A) missing curly braces
B) illegal conditional expression
C) infinite loop
D) Syntax error in the output statement
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: Match each term with the correct statement
Q24: On many keyboards, the Break key is
Q25: A _ is a structure that allows
Q26: How does a for loop work?
Q27: Match each term with the correct statement
Q29: _ is a technique that can improve
Q30: A(n) _ loop is a special loop
Q31: A(n) _ loop is one that performs
Q32: Provide a code example of a pretest
Q33: counterLoop = 1; <br>while(counterLoop < 10); <br>{