English, asked by mshravya2004, 4 months ago

3. Explain looping Statment in Java?​

Answers

Answered by chaganvagela488
109

Explanation:

Java Looping Statement

  • Looping statement are the statements execute one or more statement repeatedly several number of times. ...
  • In while loop in Java first check the condition if condition is true then control goes inside the loop body otherwise goes outside of the body.

Answered by edwardaddai680
3

Answer:

1 .  Looping statement are the statements execute one or more statement repeatedly several number of times.

2.   In while loop in Java first check the condition if condition is true then control goes inside the loop body otherwise goes outside of the body.

Similar questions