问题详情

答题翼 > 问答 > 远程教育 > 正文
目录: 标题| 题干| 答案| 搜索| 相关

下列程序段的输出结果是 public class operatorsandExpressions


下列程序段的输出结果是 public class operatorsandExpressions{ void stringPlus(){ int x=3,y=4,z=5; System.out.println(x+y+z); } }

A. xyz

B. x+y+z

C. 12

D. 以上均不正确

参考答案
您可能感兴趣的试题