A continue statement causes execution to skip to
the next iteration of the loop
the first statement after the loop
the statement following the continue statement
the return 0; statement