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 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...
A hyperlink is an example of a(n) ________ option
A) Paste link B) Action setting C) Paste D) Paste Special
Computer Science & Information Technology
?A superclass is a class that inherits attributes and methods from a subclass.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology