阅读下面程序 public class Test2 { public static void main(String args[]) { int x=3,y=4,z=5; String s="xyz"; System.out.println(x+y+s+z); } } 请写出程序的运行结果
阅读下面程序 public class Test2 { public static void main(String args[]) { int x=3,y=4,z=5; String s="xyz"; System.out.println(x+y+s+z); } } 请写出程序的运行结果
发布时间:2024-07-09 10:54:09