What is looping?what are they do
Answers
Answered by
0
Explanation:
Loop. 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.
Answered by
0
Answer:
Looping refers to the repeated use of one or more steps i.e. the statement or block of statements within the loop are executed repeatedly.
Similar questions