One similarlity and one difference between entry and exit control loop
Answers
Answered by
0
The Key Difference Between Entry Control and Exit Control Loop is that in Entry Control Loop the test condition is checked first and if that condition is true then the block of the statement will be executed, While in Exit control loop first executes the body of the loop and checks condition at last. for loop.
Answered by
0
Answer:
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. If the test condition is false, loop body will not be executed.
Similar questions
Math,
1 month ago
English,
1 month ago
Political Science,
1 month ago
English,
3 months ago
Computer Science,
3 months ago
Physics,
10 months ago
English,
10 months ago