Question Detail
Question
According to the "Key Takeaways," a
while loop runs __________.
Correct Answer
Option C is the correct answer.
Detailed Explanation
The first key takeaway states: "A while loop runs as long as the condition is True."
Hint
The name "while" itself implies a continuous action based on a condition.