The break statement will break the loop and continue executing the code that follows after the loop (if any).
The continue statement will break the current loop and continue with the next value.
Your Query was successfully sent!