What is the difference between a break statement and a continue statement?
Answer:
-Break statement results in the termination of the statement to which it applies (switch, for, do, or while).
-A Continue statement is used to end the current loop iteration and return control to the loop statement.
Share To Friends Via:
More Questions For Programming in Java:
What is Java? (Answered) What is Java? . Posted On:Sat 20, March 2021 20:03:42 pm