

MCQOPTIONS
Saved Bookmarks
1. |
If you need to select among a large group of values, a switch statement will run much faster than the equivalent logic coded using ……………….. statement. |
A. | if |
B. | if-else |
C. | do-while |
D. | while |
Answer» C. do-while | |