Computer Science, asked by XxhotorcutiexX, 10 months ago

Why are for and while loop called entry controlled loops?

Answers

Answered by MissTanya
61

{\huge{\mathcal{\purple{ANSWER :- }}}}

Entry Controlled Loops are used when checking of test condition is mandatory before executing loop body.

Answered by keyboardavro
28

Answer:

Entry Controlled Loops are used when checking of test condition is mandatory before executing loop body.

Explanation:

Similar questions