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