Multiple choice Which statement is used for iteration? if while when elif Reveal answer Fill a bubble to check yourself B Correct answer Explanation The 'while' statement is a control structure used for iteration, meaning it repeats a block of code as long as a specified condition remains true.