Q25
In Java, what does the "continue" statement do in a loop?
A.
Skips the current iteration of a loop and continues to the next
AnswerB.
Exits the loop immediately
C.
Repeats the loop from the beginning
D.
Terminates the program
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board