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 body of the loop in which they are embedded.
c) break statements exit from the loop in which they are embedded.
d) a continue statement can never appear in the else part of an if statement.


d) a continue statement can never appear in the else part of an if statement.

Computer Science & Information Technology

You might also like to view...

Examples of crowdfunding and crowdsourcing include

a. Kickstarter and MobileVoice. b. Bing and Google. c. Call a Bike and Zipcar. d. Ushahidi and Kiva.

Computer Science & Information Technology

The ____ media type corresponds to media using a fixed-pitch character grid.

A. tty B. pitch C. tv D. grid

Computer Science & Information Technology

A(n) ____ is processed only when it is called (invoked) from code.

A. dependent Sub procedure B. independent Sub procedure C. event procedure D. independent event procedure

Computer Science & Information Technology

When %nadvances the cursor after the user has entered a value, a blank line results.

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

Computer Science & Information Technology