Multiple choice Which of the following is not an iteration? For While If 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.