KnowledgeBoat Logo

Computer Science

What is entry-controlled loop?

Python Control Flow

6 Likes

Answer

An entry-controlled loop checks the condition at the time of entry. Only if the condition is true, the program control enters the body of the loop.

Answered By

4 Likes


Related Questions