Multiple choice

The FOR-DO constructs executes the loop at least

  1. once

  2. twice

  3. thrice

  4. None of these

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

The 'FOR-DO' construct (or a standard 'do-while' loop in many languages) is designed to execute the loop body at least once before checking the condition.