While loops and for loops are also called as entry controlled loops.
•TRUE
•FALSE
Answers
Answered by
2
If Test condition is false, loop body will be executed once. for loop and while loop are the examples of Entry Controlled Loop. do while loop is the example of Exit controlled loop. Entry Controlled Loops are used when checking of test condition is mandatory before executing loop body.
Answered by
0
Answer:
true
Explanation:
i hope you understand the meaning of entry control loop
Attachments:
Similar questions