Question Detail
Question
Based on the 'Key Takeaways', a
while loop continues to run under what condition?
Correct Answer
Option C is the correct answer.
Detailed Explanation
Slide 14, 'Key Takeaways', states: 'A while loop runs as long as the condition is True.'
Hint
What must be true for a `while` loop to continue executing?