Computer Science, asked by pratikpandya458, 1 year ago

How entry controlled loop different from exit controlled loop?

Answers

Answered by merielalex
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 sunidhi2295
3

Hope this answer will help you

Attachments:
Similar questions