在switch(expression)语句中,expression的数据型不能是( )。
A: char
B: short
C: double
D: byte
A: char
B: short
C: double
D: byte
C
举一反三
内容
- 0
对于“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
- 1
switch (expression ) 语句中,表达式expression不允许的类型是______ 答
- 2
下列哪些数据类型能用于switch语句中() A: char B: long C: byte D: double
- 3
在switch()语句中,c不能是( )类型。 A: int B: char C: long D: double
- 4
在switch语句中,switch后面表达式值的类型不能是()。 A: int B: double C: char D: long