+ 1

What is loop explain me

1st Feb 2018, 2:25 PM
Karan Kumar
Karan Kumar - avatar
3 Answers
+ 3
If you go to school or have been going to school, you have repeated going to school until you finished/ graduated. While(!graduated) { learn(..... ); test(......); if(tests === true) { graduate= true; } }
1st Feb 2018, 2:41 PM
Mihael Blažek
Mihael Blažek - avatar
+ 2
A loop is something that repeats itself again and again, till a condition becomes false. I hope it helped you.
1st Feb 2018, 2:27 PM
Rohan
Rohan - avatar