Advertisements
Advertisements
Question
What is the purpose of using continue statement in a program?
One Line Answer
Solution
The continue statement continues the loop from the next phase onwards, but it only ends the current iteration.
shaalaa.com
Is there an error in this question or solution?
Chapter 1.09: Iterative Constructs in Java - EXERCISES [Page 124]