Computer Science, asked by agarwalanushka068, 5 hours ago

4. Write any two types of Loops also write the syntax of the Loops.​

Answers

Answered by manshachandnani
0

Answer:

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 s1272soumyajyoti1374
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