MCQOPTIONS
Saved Bookmarks
| 1. |
__________ statement provides an easy way to dispatch execution to different parts of your code based on the value of an expression. |
| A. | if-else |
| B. | switch |
| C. | if |
| D. | while |
| Answer» C. if | |