Saved Bookmarks
| 1. |
Which of the following can check for multiple values at a time?(a) If(b) If else (c) Nested else(d) Switch |
|
Answer» Switch can check for multiple values at a time. |
|