1.

Choose the correct syntax of the WHILE loop in Java below.

A. while(condition)
B. while(condition);
C. while
D. None
Answer» B. while(condition);


Discussion

No Comment Found