Report Bug
Qus : Which of the following is an exit controlled loop?
QusWhich of the following is an exit controlled loop?

A. for loop
B. while loop
C. do-while loop
D. None of the above


Solution
C. do-while loop






Report Bug