Computer Science, asked by Anushree1612, 1 month ago

What is also called exit controlled loop?

Answers

Answered by adityaishan007
1

Answer:

Such type of loop controls exit of the loop that's why it is called exit control loop

Explanation:

Exit controlled loop is a loop in which the loop body is executed first and then the given condition is checked afterwards. In exit controlled loop, if the test condition is false, loop body will be executed at least once. An example of exit controlled loop is Do While Loop.

Attachments:
Similar questions