Continue Statement
The continue statement causes programs to jump back to the beginning of a loop without completing the current iteration.
Syntax
continue;
The continue statement causes programs to jump back to the beginning of a loop without completing the current iteration.
continue;