Difference between break and continue

Very simple but yet confusing to beginners.
"Break quits the loop without executing the rest of the statements in the loop. Continue stops the execution of the current iteration and goes back to the beginning of the loop to begin the next iteration"