TYPES OF LOOP

Loops involves to repeat the same code again and again either.

There are 3 ways to do the looping in code

1.while loop

2.for loop

3.do while loop