Computer Science, asked by 7a36shreyamundhe, 4 months ago

what is looping ? Can anyone tell me

Answers

Answered by Anonymous
2

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.

Answered by bhaviniverma820
2

Answer:

In computer programming, a loop is a sequence of instruction s that is continually repeated until a certain condition is reached. Typically, a certain process is done, such as getting an item of data and changing it, and then some condition is checked such as whether a counter has reached a prescribed number.

Explanation:

hope its helpful please mark me as brainlieast

Similar questions