Q. Choose the correct syntax of the DO WHILE loop in Java below.
β
Correct Answer: (A)
do { //statements }while(condition);
You must be Logged in to update hint/solution