Computer Science, asked by adityathakur6880, 5 months ago

Why are for and while loops called entry controlled loops?​

Answers

Answered by mansioberoi10
6

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.

Answered by parijaini
3

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