Multiple choice

Which of the following statements enables you to specify the condition required to exit the execution of loop?

  1. EXIT

  2. EXIT WHEN

  3. GOTO

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

EXIT WHEN statement enables you to specify the condition required to exit the execution of the loop.