阅读下面程序 public class Test3 public static void main (String args[]) int x=3,y=4,z=5; String S="xyz"; System.out.printIn(s x y z); 程序运行的结果是______。 A.xyz12B.xyz345C.xyzxyzD.12xyz
阅读下面程序 public class Test3 public static void main (String args[]) int x=3,y=4,z=5; String S="xyz"; System.out.printIn(s x y z); 程序运行的结果是______。
A、xyz12
B、xyz345
C、xyzxyz
D、12xyz
发布时间:2024-07-09 10:54:09