ICSE Class 9 Computer Applications Question 1 of 29

Iterative Constructs in Java — Question 1

Back to all questions
1
Question

Question 1

What are looping control structures?

Answer

A loop is a set of instructions that is continually repeated until a certain condition is met. Looping control structures refer to certain looping constructs which execute a block of code repeatedly until a certain condition remains true. For example, for loop, while loop, do - while loop etc.