Computer Science, asked by Benzersiz0, 4 months ago

what is meant by entry - controlled loops? which java loops are entry controlled?​

Answers

Answered by keshavgandhi23
4

Answer:

Entry Controlled loops are the type of loops in which the condition is executed at the starting/during the entry into the loop.

Explanation:

Examples are...

For loop and

the while loop

Similar questions