Computer Science, asked by aditi556142, 9 months ago

example of loop in real life

Answers

Answered by umashankarbgp
2

Explanation:

Consider any sequence of events in your life that are repeated and you'll see an example of a loop. For example, buses in transit systems tend to be an example of a loop where the bus goes around and around.

Answered by abdullahrai4608
0

Answer:

A loop is used for executing a block of statements repeatedly until a particular condition is satisfied. For example, when you are displaying number from 1 to 100 you may want set the value of a variable to 1 and display it 100 times, increasing its value by 1 on each loop iteration

Explanation:

Similar questions