Multiple choice

Which of the following is not an iteration?

  1. For

  2. While

  3. If

  4. Repeat Until

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

If is a selection construct used for conditional branching, not an iteration construct.