What is looping | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

What is looping

4th Jan 2017, 3:42 PM
Ajay Raj Singh
Ajay Raj Singh - avatar
4 Respostas
+ 17
running a specific code over and over again till it satisfies some condition
4th Jan 2017, 4:24 PM
Frost
Frost - avatar
+ 3
a loop is executed some statements while a specified condition is not occur.
4th Jan 2017, 3:54 PM
Nawaj Shareef
Nawaj Shareef - avatar
0
it is cyclic conditional checking statement which check the condition until and unless cycle is completed
4th Jan 2017, 4:24 PM
Sweeti Kumari
Sweeti Kumari - avatar
0
a group of code that runs over and over until the condition specified is completed
4th Jan 2017, 7:17 PM
DedSec
DedSec - avatar