You are on page 1of 1

Benefits of loops in programming

The advantages of loops are


 Redundancy of code is less.
 Used to reduce the code.
 Effectively solves all the difficult codes using loops very easily,
especially pattern programs.
 Generally we use loops in the case of repetitive occurance of
some processes.

You might also like