MCQOPTIONS
Saved Bookmarks
| 1. |
Which language construct can best represent the following series of if conditionals? |
| A. | A while statement |
| B. | A recursive function call |
| C. | A switch statement using a default case |
| D. | It is the only representation of this logic |
| Answer» D. It is the only representation of this logic | |