structure is an exit controlled loop structure
Answers
Answered by
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