+ 1
Basically what is a loop?
2 Answers
+ 5
A loop is a block of code which keep on running repeatedly until a termination condition is met.
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...)