Which of the following is false?

a. break and continue statements alter the flow of control.
b. continue statements skip the remaining statements in the current iteration of the body of the loop in which they’re embedded.
c. break statements exit from the loop in which they’re embedded.
d. continue and break statements may be embedded only within repetition statements.

d. continue and break statements may be embedded only within repetition statements.

Computer Science & Information Technology

You might also like to view...

Create a state transition diagram that describes typical passengerstates and how they change based on specific actions and events.

What will be an ideal response?

Computer Science & Information Technology

There are no shortcut keys for the Average and Join commands.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology