Vidyalelo
Java Programming · Q10

Flow Control

Programming · Java Programming · question 10

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
Answer
C.
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