Computer Science, asked by hulasavar, 1 year ago

what is a loops in computer

Answers

Answered by muvvadhanush007
3
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.
Answered by csl1025
1
the iteration statement allow a set of instructions to be executed repeatedly.this iteration statement is also known as loops
Similar questions