The continue statement is used to skip the remaining steps in the current iteration
and start with the next loop iteration. The control goes from the continue statement to the step value (increment or decrement), if any.
String[] programmers = {"Adrian", "Paul", "John"...