Q21
What is the purpose of the continue statement in loops?
A.
Skip the current iteration
AnswerB.
Exit the loop
C.
Continue to next iteration
D.
Pause the loop
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board