摘要:
1 import java.util.Random; 2 public class { 3 4 public static void main(String[] args) { 5 int arr[][]=new int [3][4]; 6 int i,j,k; 7 for(i=0;i<arr.le 阅读全文
摘要:
1 import java.util.*; 2 public class xxx { 3 4 public static void main(String[] args) { 5 Random sc=new Random(); 6 int b[][]=new int [5][6]; 7 int i, 阅读全文
摘要:
1 public class a { 2 public static void main(String[] args) { 3 int arr[]=new int[] {9,8,3,5,2,90,23}; 4 for (int i=0;i<arr.length;i++) 5 { 6 System.o 阅读全文