Question 2
To exit the loop entirely and continue with the program statement immediately following the loop.
To restart the loop from the beginning.
To immediately proceed to the next iteration of the loop, skipping any remaining statements in the current iteration.
To execute a block of code only a fixed number of times.