Explain how a test-expression is evaluated in an entry-controlled loop and exit-controlled loop
Answers
Answered by
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
Social Sciences,
19 days ago
Math,
1 month ago
English,
9 months ago
Political Science,
9 months ago
Math,
9 months ago