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.
You might also like to view...
Most people assume that when you send email it is
a. semi-private b. private c. public
It is best to indent the body of the loop, to identify clearly the code that is being repeated.
Answer the following statement true (T) or false (F)
By default, a computer sends standard output (STDOUT) to the computer's hard drive.
Answer the following statement true (T) or false (F)
A hidden form field is not displayed by the browser.
Answer the following statement true (T) or false (F)