ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
While loop checks the condition and the loop keeps on running till the condition is true, it stops when the condition becomes false.
Correct Answer: A — True
While condition is true keep on looping.