Multiple choice

Which of the following loops is called exit controlled loop?

  1. Do while

  2. While

  3. For

  4. Break

  5. Goto

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

This loop is called exit controlled loop because the condition is checked in the end, in do while loop.