Multiple choice The FOR-DO constructs executes the loop at least once twice thrice 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.