王老师:19139051760(拨打)复制微信 题目 更新时间:2023/10/10 下列程序的运行结果是__12345____。public class MyClass { int a[] = { 1, 2, 3, 4, 5 }; void out() { for (int j = 0; j < a.length; j++) System.out.print(a[j] + ""); } public static void main(String[] args) { MyClass my = new MyClass(); my.out(); }} 答案 登录 注册 12345 出自:江开 >> 江苏开放大学JAVA程序设计形成性考核作业1 青岛科技大学继续教育学院