Multiple choice

do while is called _________.

  1. entry controlled loop

  2. exit controlled loop

  3. input controlled loop

  4. output controlled loop

  5. entry-exit controlled loop

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

It is called exit controlled loop because the body of loop is executed at least once if condition is false.