Computer Science, asked by Simrat08, 3 months ago

why are for and while loops called entry controlled loops ? Please tell reason not defination​

Answers

Answered by vishnuvardhanking200
1

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

Explanation:

please follow me

Answered by Nivedita260207
0

Answer:

The for and while loops are called entry controlled loops because they check the condition at the time of entry and if the condition becomes true then the control gets transferred into the body of the loop.

Explanation:

Similar questions