问题
单项选择题
下列语句片断中,four的值为:( )。 int three=3; char one="1"; char four=(char)(three+one);
A.3
B.1
C.31
D.4
答案
参考答案:D
下列语句片断中,four的值为:( )。 int three=3; char one="1"; char four=(char)(three+one);
A.3
B.1
C.31
D.4
参考答案:D