switch语句不能用于下列()数据类型。
A: double
B: byte
C: short
D: char
A: double
B: byte
C: short
D: char
举一反三
- 下列数据类型中,哪个不能用于switch语句? A: String B: double C: int D: char
- 对于“switch(a)”表达式中的变量a,它可以被声明为哪些合法数据类型? A: boolean, byte, char, short, int, long B: boolean, byte, char, short, int C: byte, char, short, int D: boolean, byte, char, short, int, long, float, double
- 在switch(expression)语句中,expression的数据型不能是( )。 A: char B: short C: double D: byte
- 下列哪些数据类型能用于switch语句中() A: char B: long C: byte D: double
- switch语句后的表达式支持的数据类型() A: byte B: short C: char D: int E: long