Computer Science, asked by Harshitshah13, 5 months ago

what is a looping statement

Answers

Answered by ayush111o
0

Answer:

looping statements is the statement execute one or more statements repeatedly several number of times.

Answered by Anonymous
3

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.

Similar questions