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. Variables used in a switch statement can only be a string, enum, byte, short, int, or char. |
|