Vidyalelo
Java Programming · Q25

Flow Control

Programming · Java Programming · question 25

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