The continue statement is used in loop control structure when you need to jump to the next iteration of the loop immediately. It can be used with for loop or while loop.
-
Updated
Apr 12, 2023 - Java
The continue statement is used in loop control structure when you need to jump to the next iteration of the loop immediately. It can be used with for loop or while loop.
Java Loop[반복문]: while, do-while, continue, break
Add a description, image, and links to the continue topic page so that developers can more easily learn about it.
To associate your repository with the continue topic, visit your repo's landing page and select "manage topics."