Figure 3
Figure 3: The continue
statement jumps back to the head of the loop – so that subsequent statements are not executed – and thus to the next iteration, provided the if
condition is true.