Computer Science, asked by ravi7462, 5 months ago

State difference between Entry controlled
loop and Exit controlled loop with the
help of example.​

Answers

Answered by monalidey810
1

Answer:

First I am writing about the entry control loop

ENTRY CONTROL LOOP

1. IT WILL NOT EXECUTE AT ALL IF THE CONDITION IS NOT SATISFIED

2.IT CHECKS CONDITION AT THE ENTRY POINT OF THE LOOP

EXIT CONTROL LOOP

1.IT WILL EXECUTE ATLEAST ONCE.

2.IT CHECKS THE CONDITION AT THE EXIT POINT OF THE LOOP

MARK ME AS THE BRAINLIEST

Similar questions