Computer Science, asked by tonyvaibhav123, 1 day ago

difference between entry controlled loop and exit control loop​

Answers

Answered by vimalkumar8635
1

Answer:

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.

Answered by jaythakkarjt
0

Explanation:

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.

Hope it's help you

Please mark me as a brainlist

Similar questions