Difference between entry controlled and exit controlled loop
Answers
Answered by
13
- Entry Controlled Loops are used when checking of test condition is mandatory before executing loop body.
- Exit Controlled Loop is used when checking of test condition is mandatory after executing the loop body.
Similar questions