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
AnswerD.
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