单项选择题
以下语句输出的结果是:()
Stringstr=""1234"";
intx=4,y=5;
str=str+(x+y);
System.out.println(str);
A.12349
B.123445
C.会产生编译错误
D.123+4+5
点击查看答案&解析
相关考题
