Multiple choice What does an iteration allow? Check a condition Assign a variable Repeat a statement based on a condition Assign a variable several times Reveal answer Fill a bubble to check yourself C Correct answer Explanation Iteration, or looping, allows a block of code to be executed repeatedly as long as a specific condition is met.