ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following while clause will stop the loop when the value in the age variable is less than the number 0?
Correct Answer: C — while (age >= 0)
No explanation is available for this question yet.