while loop statement | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

while loop statement

if the condition is false we cant use while loop statement so what can we use

23rd Oct 2018, 4:39 PM
Onyeke Joshua
Onyeke Joshua - avatar
1 Answer
+ 2
You can use while(!condition). In this case, the loop will break as soon as the condition is true
23rd Oct 2018, 5:03 PM
Anna
Anna - avatar