What are the main types of loops and give an example flowchart for each? When do each of them know when
to stop?
please tell me the answer if you know?
Answers
Answered by
1
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.
Explanation:
pls mark me as brainliest
Similar questions