Looping statements in Java

Looping statements are used when a statement is to be repeatedly executed.

Looping statements helps in reducing the lines of statements.

Different types of Looping statements are

  • for loop
  • while loop
  • do while loop