Question Detail
Question
On the 'The Need for Repetition' slide, the quote 'Iteration saves you from writing the same code 1,000 times' emphasizes which primary benefit of using loops?
Correct Answer
Option C is the correct answer.
Detailed Explanation
The phrase directly points to avoiding redundant code by using iteration for tasks that need to be performed multiple times. This makes the code shorter, more readable, and efficient to write and maintain.
Hint
Think about what 'writing the same code 1,000 times' directly implies about the code's length and the effort involved.