Question Detail
Question
In the anatomy of a
while loop, what is the crucial role of the "# update variable" step?
Correct Answer
Option C is the correct answer.
Detailed Explanation
Page 4 explicitly states, "Update: Essential to prevent infinite loops!"
Hint
Consider what happens if a loop's condition never changes.