Break
The break command terminates the very statement it appears in.
Continue
The continue statement skip the current iteration of loops by skipping over the rest of the statements in the loop body.
The break command terminates the very statement it appears in.
Continue
The continue statement skip the current iteration of loops by skipping over the rest of the statements in the loop body.
No comments:
Post a Comment