Answers for "why we are using break and continue statements"

2

break continue

The break statement "jumps out" of a loop.
The continue statement "jumps over" one iteration in the loop.
Posted by: Guest on December-23-2020

Code answers related to "why we are using break and continue statements"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language