The statement allows skipping the rest of the current iteration and going to the next one.

The condition of a while loop is checked before each .

A for loop is an example of iteration where the number of iterations is known in advance.

In iteration, the number of iterations is not known in advance.