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
View Answer
Correct Answer: A — True
Explanation:
While condition is true keep on looping.
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
Correct Answer: A — True
Explanation:
While condition is true keep on looping.