Computer Science, asked by 916005328129, 6 hours ago

difference between exit do and exit for loop​

Answers

Answered by ayushbag03
1

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.

Similar questions