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