摘要: 1、编写Java程序,创建二维数组arr[][],将二维数组中所有元素的和输出 package com.hanqi; public class shuzulianxi { public static void main(String[] args) { int[][] arr=new int[][] 阅读全文
posted @ 2016-02-27 21:56 1011042043 阅读(170) 评论(0) 推荐(0) 编辑
摘要: package com.hanqi; public class shuzulianxi { public static void main(String[] args) { //创建一个一维数组arr[],并将其遍历输出。 int[] arr=new int[10]; int n=1; System 阅读全文
posted @ 2016-02-27 11:42 1011042043 阅读(816) 评论(0) 推荐(0) 编辑