What is the purpose of the continue keyword in a for loop?
To exit the loop
To print the current iteration and continue
To skip the remaining code and move to the next iteration
To restart the loop from the beginning