Computer Science, asked by shillukutty31, 3 months ago


​structure is an exit controlled loop structure

Answers

Answered by 36726
0

Answer:

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.

Explanation:

Similar questions