why are for and while loops called entry controlled loops?
No spam please
spam will be reported.....
Answers
Answered by
5
Answer:
If Test condition is false, loop body will not be executed. If Test condition is false, loop body will be executed once. for loop and while loop are the examples of Entry Controlled Loop. ... Entry Controlled Loops are used when checking of test condition is mandatory before executing loop body.
Explanation:
I hope it's helpful
Answered by
2
Answer:
Answer:
If Test condition is false, loop body will not be executed. If Test condition is false, loop body will be executed once. for loop and while loop are the examples of Entry Controlled Loop. ... Entry Controlled Loops are used when checking of test condition is mandatory before executing loop body.
Explanation:
I hope it's helpful
Similar questions