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.
a. The Continue statement is used to exit a repetition statement early and continue execution after the loop.
Computer Science & Information Technology