Concept Flow - Continue statement
Start Loop
Check Condition
Yes
Check Continue Condition
Skip Rest
Next Iteration
End Loop
The loop checks a condition each time. If the continue condition is true, it skips the rest of the loop body and moves to the next iteration.