System.out.print("Enter 2D array size : ");. Scanner sc=new Scanner(System.in);. int rows=sc.nextInt();. int columns=sc.nextInt();.
確定! 回上一頁