Q4
What is the purpose of the break statement in loops?
A.
Exit the loop
AnswerB.
Skip the current iteration
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