Proceed to the next iteration if the variable i equals 4, skipping the current iteration
for |
The “continue” keyword terminates the ongoing iteration within a for or while loop, allowing the loop to proceed to the next iteration.
Utilize the “continue” keyword within a while loop.
int |