InterviewSolution
Saved Bookmarks
| 1. |
Variables used in a switch statement can be used with which datatypes? |
|
Answer» Variables used in a switch statement can only be a string, enum, byte, short, int, or char. |
|