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