Computer Science, asked by goswamikajal202073, 1 year ago

hlo.....
what is loop???

Answers

Answered by AmberHilal
0
A shape produced by a curve that bends round and crosses itself ........
hope this helps you !

goswamikajal202073: sorry
goswamikajal202073: not get
goswamikajal202073: cn u more elaborate.. plz....
AmberHilal: ok
goswamikajal202073: thnkx
AmberHilal: sorry I find about it but could not get the answer ......... I think its a ring type circle...........
goswamikajal202073: koi batt nhi
goswamikajal202073: its okkk
AmberHilal: so nice of you
Answered by Anonymous
1

Hi,


In computer science, a loop is a sequence of instruction s that is continually repeated until a certain condition is reached.


I can give you examples of loop in javascript

there are 3 types of loop

1. for loop

2. while loop

3. do while loop


syntax of for loop:

for (starting_point; condition; increment/decrement) {

// do some stuff here

}


hope it helps you...



Similar questions