MCQOPTIONS
Saved Bookmarks
| 1. |
The ………………… statement tests the value of a given variable against a list of case values and when a match is found, a block of statements associated with that case is executed. |
| A. | switch |
| B. | break |
| C. | continue |
| D. | default |
| Answer» B. break | |