Loop Control Instructions in Java


☞It is also known as repetitive/iterative control instructions.

☞Iteration means repeated execution of a set of statements.

☞Based on the flow of control, loop can be categorised into two types.

1. Entry Controlled Loop
2. Exit Controlled Loop