What do you understand by looping? Which are the looping statements?
Answers
Answered by
3
Answer:
A loop statement is a series of steps or sequence of statements executed repeatedly zero or more times satisfying the given condition is satisfied. Loop statements in programming languages, such as assembly languages or PERL make use of LABEL's to execute the statement repeatedly.
Similar questions