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

a. The continue statement is used to exit an iteration 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.

d.    A continue statement proceeds with the next iteration of the immediately enclosing while, for, do…while statement.

Computer Science & Information Technology

You might also like to view...

Before you can insert form controls in a document, you must first add the DEVELOPER tab to the ribbon

Indicate whether the statement is true or false

Computer Science & Information Technology

A long text value in a cell overlaps into the display of adjacent columns when the cells in the adjacent columns are empty

Indicate whether the statement is true or false.

Computer Science & Information Technology