How entry controlled loop different from exit controlled loop?
Answers
Answered by
4
do while loop is the example of Exit controlled loop. 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
Answered by
3
Hope this answer will help you
Attachments:
Similar questions