Solved

Which of the Following Statements About the Continue Statement Is

Question 2

Multiple Choice

Which of the following statements about the continue statement is true?


A) The continue statement is used to exit a repetition structure early and continue execution after the loop.
B) The continue statement is used to continue after a switch statement.
C) The continue statement does not alter the flow of control.
D) A continue statement proceeds with the next iteration of the immediately enclosing while,for,do…while statement.

Correct Answer:

verifed

Verified

Related Questions