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