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