Q. Choose the correct syntax of the WHILE loop in Java below. (A) while(condition) { //statements } (B) while(condition); { //statements } (C) while { //statements }(condition) (D) None ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) while(condition) { //statements }