A-A+

下列语句片断中 four的值为:()。 int three=3; char ne=1;

2022-08-06 06:51:21 问答库 阅读 177 次

问题详情

下列语句片断中,four的值为:()。 int three=3; char ne="1"; char four=(char)(three+one);
A.3
B.1
C.31
D.4请帮忙给出正确答案和分析,谢谢!

参考答案

正确答案:D

考点:片断,语句