what is looping (computer
Answers
Answered by
15
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.
hope it helps you
hope it helps you
Answered by
4
In computer science , a loop is a programming structure that repeats a sequence of instructions until a specific condition is met. Programmers use loops to cycle through values, add sums of numbers, repeat functions and many other things.
Loops are supported by all modern mordern program though their implementations and syntax may differ. Two of the most common types of loops are the while loop and the for loop.
Loops are supported by all modern mordern program though their implementations and syntax may differ. Two of the most common types of loops are the while loop and the for loop.
Similar questions