Multiple choice

While loop is called ______________.

  1. entry controlled loop

  2. exit controlled loop

  3. exit-entry controlled loop

  4. entry-exit controlled loop

  5. output controlled loop

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

As it controls entry and if entry condition is true, then you can go into the loop otherwise you cannot enter into the loop.