0
What is work of while loop
while loop
3 Answers
+ 5
0
I would have answered rather quickly, but your tag being first 6 keys on keyboard and putting in no effort into content of the question itself, I will withhold until you make this a proper question.
0
while repeats a statement or group of statements when a given condition is true. It tests the condition before executing the loop body.



