下列数据类型中,哪种数据类型转int类型需要进行强制转换( )
A: byte
B: short
C: char
D: float
A: byte
B: short
C: char
D: float
举一反三
- 下列数据类型中,哪种数据类型转为int类型需要进行强制转换()。 A: byte B: short C: char D: float
- 下列数据类型转换,必须进行强制类型转换的是()。 A: byte→int B: short→long C: float→double D: int→char
- 下列数据类型中,哪种数据类型转为int类型需要进行强制转换?( ) A: yte B: short C: cha D: float
- 1. 以下数据类型转换中,必须进行强制类型转换的是 A: int→char B: short→long C: float→double D: byte→int
- 以下数据类型转换中,必须进行强制类型转换的是? A: char→int B: int→byte C: float→double D: String→Object