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