Vidyalelo
Java Programming · Q9

Flow Control

Programming · Java Programming · question 9

Q9

Which of the following is true about the "do-while" loop in Java?

A.
It is similar to the "while" loop
B.
It does not support a loop condition
C.
The loop body is executed at least once
Answer
D.
It can only be used for counting

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board