3. Explain looping Statment in Java?
Answers
Answered by
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
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