KnowledgeBoat Logo

Computer Applications

What are looping control structures?

Java Iterative Stmts

1 Like

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.

Answered By

1 Like


Related Questions