Question
Which statement skips the remaining loop body and continues with the next iteration?
Select an option. Your answer will be checked instantly.
Correct Answer: C. continue
Explanation:
The correct answer is continue.
Leave a Reply