單項選擇題在JAVA中下面哪一行代碼不出現(xiàn)編譯警告或錯誤()

A.floatf=1.3;
B.charc="a";
C.byteb=257;
D.inti=10;


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題對publicvoidadd(inta){…}方法的重載方法應(yīng)返回()

A.void
B.int
C.float
D.任何類型