Kizspy | Question: 21
(Choose 1 answer)
FJOVERFLOW.COM
Which of the following is the correct syntax of the do-while statement?
A. do{ statements; }
while(condition);
B. do while(condition)
{ statements;}
C. do{ statements; }
while (condition)
D. do statements;)
while (condition);