單項選擇題若有floatf=2.6f;shorts=20;則表達式f+s的值的類型是()

A.float
B.short
C.int
D.byte


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題若有byteb=6;shorts=20;則表達式b+s的值的類型是()

A.byte
B.int
C.short
D.char