Computer Science, asked by DivyanshiNigam1234, 3 months ago

Differentiate between Entry controlled and exit controlled loops​

Answers

Answered by chilkasujith
13

Answer:

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.

Explanation:

hope it is clear..... please leave a

Similar questions