Multiple choice Which of the following is the exit controlled statement in C++? For loop Do-while loop While loop None of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation This is an exit-controlled loop statement in which the loop statement is executed at least once, even if the condition is false.