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.3B.1C.31D.4请帮忙给出正确答案和分析,谢谢! 参考答案 正确答案:D