Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of the following requires an exit statement to terminate?
do <statement sequence> while <condition>
loop <statement sequence1> exit when <condition> <statement sequence2> end
LOOP <statement sequence1> IF <condition> THEN EXIT END: <statement sequence2> END;
do while <condition> <statement sequence>
do <statement sequence> od
do <statement sequence> until <condition>
repeat <statement sequence> until <condition>
a FOR loop
while <condition> do <statement sequence>
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!