Saved Bookmarks
| 1. |
Which selection statement tests the value of a variable or an expression against a list of integers or character constants? (a) For (b) If (c) Switch (d) Conditional expression |
|
Answer» Switch tests the value of a variable or an expression against a list of integers or character constants. |
|