Computer Science, asked by sravankumarachi2661, 1 month ago

Explain the term looping give me answer

Answers

Answered by gehlotpayal2003
1

Answer:

Statements used to repeat a set of instruction again and again till a particular condition is satisfied is called a loop. the process is called looping. In simple terms, looping is nothing but the repetition of a particular statement.

Answered by Anonymous
0

Answer:

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. ... Two of the most common types of loops are the while loop and the for loop.

Explanation:

Hope it helped you....

Similar questions