Computer Science, asked by FarhanAhmad, 1 year ago

define the term looping

Answers

Answered by Thejasswini
77
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 anirbanroy
25
Loops are a way of executing the same code block many times.
Similar questions