CBSE Class 11 Computer Science
Question 84 of 161
Flow of Control — Question 8
Back to all questions 8
Question Question 8
What is entry-controlled loop?
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.