A continue statement causes execution to skip to-02809
A continue statement causes execution to skip to
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Lecture No.06 - Quiz No.1.
A continue statement causes execution to skip to
the next iteration of loop
the first statement after the loop
the statement following the continue statement
None of the given