why are for and while loops called entry controlled loops
Answers
Answered by
2
Answer:
An entry control loop, controls entry to the loop and thus why it is referred as entry control loop. An entry control loop checks the condition at the time of entry and if the condition or expression (statement that has value) becomes true then control transfers into the body of the loop.
Similar questions