Solved

Which of the Following Statements About the Continue Statement Is

Question 9

Multiple Choice

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


A) The Continue statement is used to exit a repetition statement early and continue execution after the loop.
B) The Continue statement is used to continue after a Select…Case 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 repetition statement.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions