Computer Science, asked by paulaisgreedy, 3 days ago

Explain how a test-expression is evaluated in an entry-controlled loop and exit-controlled loop

Answers

Answered by avantikay1312
1

Explanation:

Entry controlled loop is a loop in which the test condition is checked first, and then loop body will be executed. Exit controlled loop is a loop in which the loop body is executed first and then the given condition is checked afterwards.

Hope it well help you

Similar questions