Question Detail
Question
According to the document, what is the most common reason an "Infinite Loop" occurs?
Correct Answer
Option C is the correct answer.
Detailed Explanation
Page 7 states, "An Infinite Loop occurs when the condition never becomes False. This usually happens if you forget to update your variable inside the loop."
Hint
An 'infinite loop' implies that the loop's termination condition is never met.