下列属于整型变量的类型是()
A: byte
B: short
C: float
D: long
A: byte
B: short
C: float
D: long
举一反三
- 以下类型在内存中所占大小从小到大排序,正确的是()。 A: byte,short,long B: byte,long,short C: char,byte,float D: double,float,long
- 下列不属于整型变量的是() A: yte B: short C: long D: float
- 对于“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
- 下列哪些类型为基本数据类型()。 A: int B: long C: short D: byte E: float F: double
- 整型变量有Byte、Integer、Long类型3种