+ 1

Basically what is a loop?

24th Jan 2017, 7:02 AM
Micro Pixels
Micro Pixels - avatar
2 Réponses
+ 5
A loop is a block of code which keep on running repeatedly until a termination condition is met.
24th Jan 2017, 7:10 AM
Hatsy Rei
Hatsy Rei - avatar
0
a set of instructions that repeat themselves. The repetition can be defined with some conditions, or can go on endlessly. this condition is usually set after the type of loop(for, while, do wnile...)
24th Jan 2017, 7:14 AM
seamiki
seamiki - avatar