Kizspy | Question: 23 (Choose 1 answer)
What is the purpose of the continue statement in a loop?
A. To skip the rest of the code inside the loop and move to the next iteration.
B. To jump to the beginning of the loop.
C. To exit the entire program.
D. The way increment/decrement variable in the loop