下列()数据类型不是数值类型。
A: int
B: double
C: boolean
D: short
A: int
B: double
C: boolean
D: short
举一反三
- 哪些数据类型是浮点类型的数据 A: double B: int C: boolean D: long
- 【填空题】在 Java 中, 基本数据类型有: byte 、 short 、 int 、 long 、 float 、 double 、 char 、 boolean。其中, byte 类型数据占 ______ 个字节, short 类型数据占 ______ 个字节, int 类型数据占 ______ 个字节, long 类型数据占 ______ 个字节,float 类型数据占 ______ 个字节,double 类型数据占 ______ 个字节, char 类型数据占 ______ 个字节, boolean 类型数据占 ______ 个字节
- 成员变量初始化的原则:byte,short,int,long数值类型默认初始化为____________________,float,double数值类型默认初始化为____________________,boolean类型初始化为____________________。
- 下列数据类型中不是数值类型的是( )。 A: int B: char C: double D: string
- 对于“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