问题:
A、String s = "john" + " was " + " here";
B、String s = "john" + 3;
C、int a = 3 + 5;
D、int a = 5 + 5.5;
相关内容