What is meant by a loop? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is meant by a loop?

5th May 2017, 9:09 AM
vutpala rakshith
6 Answers
+ 6
it repeats itself like a circle, until the condition is false
5th May 2017, 9:12 AM
‎ɐısıօլɐ
‎ɐısıօլɐ - avatar
+ 4
"loop is a sequence of instruction s that is continually repeated until a certain condition is reached" http://whatis.techtarget.com/definition/loop
5th May 2017, 9:13 AM
Apel Mahmod
Apel Mahmod - avatar
+ 3
Running same set of instructions repetitively as long as the condition is True.
5th May 2017, 9:21 AM
Calviղ
Calviղ - avatar
+ 2
something that is repeated for as long as a certain condition(s) hold true
5th May 2017, 9:12 AM
Thanh Le
Thanh Le - avatar
0
loop is addressed to a set of instructions that are to be repeated untill and unless the statements are true and once the condition becomes false the loop breaks and the program is continued with no difficulty
5th May 2017, 10:15 AM
sitanshu mathukia
sitanshu mathukia - avatar
0
Loop means doing a certain work repeatedly as long as it full fills the requirments. Loop can make our work easier.
15th May 2017, 3:49 AM
Amit Kumar Bala Antu
Amit Kumar Bala Antu - avatar