While loop checks the condition and the loop keeps on running till the condition is true, it stops when the condition becomes false.
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 True
While condition is true keep on looping.