Q14
In Python, which loop ensures that the body of the loop is executed at least once?
A.
For Loop
B.
While Loop
C.
Do-While Loop
AnswerD.
Infinite Loop
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board