+ 3
What are loops.
tell please
5 Respostas
+ 21
word loop tell what its meaning & what'll they do
/* they execute statement(s) , multiple times until a particular codition evaluates to true*/
https://www.sololearn.com/learn/Java/2147/?ref=app
https://www.sololearn.com/learn/Java/2206/?ref=app
https://www.sololearn.com/learn/Java/2146/?ref=app
+ 8
for loop, while loop and do-while loop. They are used to execute some part of code multiple times
+ 3
thanks
+ 1
a loop is a sequence of instruction s that is continually repeated until a certain condition is reached.