Computer Science, asked by sawanhansraj8131, 16 days ago

looping statement and their types​

Answers

Answered by qutubunnisa976
0

Answer:

There are mainly two types of loops:

  • Entry Controlled loops: In this type of loops the test condition is tested before entering the loop body. For Loop and While Loop are entry controlled loops.
  • Exit Controlled Loops: In this type of loops the test condition is tested or evaluated at the end of loop body.
Answered by manojchauhanma2
0

Answer:

There are mainly two types of loops:

Entry Controlled loops: In this type of loops the test condition is tested before entering the loop body. For Loop and While Loop are entry controlled loops.

Exit Controlled Loops: In this type of loops the test condition is tested or evaluated at the end of loop body.

Similar questions