DEV Community

Arul .A
Arul .A

Posted on

What is loop? Types?

  • The loop is used to repeat a block of code multiple times until the condition becomes false.

*Types: *

1.For Loop

2.While Loop(Entry check)

3.Do-While Loop(Exit check)

Top comments (0)