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