import java.util.*; class test2 { public static void main(String args[]) { int sum=0; int [][] arr = new int[2][4]; int []sumcol = new int[4]; for(int i=0; i<arr.length; i++) { for(int c=0; c<arr[i].length; c++) { arr[i][c] = getData("Enter arr[" + i + "][" + c + "] = ").nextInt(); sum = sum+arr[i][c]; } } for(int c = 0; c < 4; c++) { for(int i = 0; i < 2; i++) { sumcol[c] += arr[i][c]; } } for(int i=0; i<2; i++) { for(int c=0; c<4; c++) { System.out.print(arr[i][c]+ "\t"); } System.out.println(); } System.out.print("Sum total = "+sum); } public static Scanner getData(String mes) { System.out.print(mes); Scanner sc = new Scanner(System.in); return sc; } }
for(int i=0; i<=2; i++) { for(int j=0; j<=4; j++) { arr [j][4] = arr [j][4] + arr [i][j]; arr [3][j] = arr [3][j] + arr [i][j]; } }
System.out.println(" 1 "+"2 "+"3 "+"4 "); for(int i=1; i<=3; i++) { System.out.print(i+" "); for(int j =1; j<=5; j++) { System.out.print(arr [i][j] + " "); } System.out.println(); }
package arry; public class D3 { int num2[][] = new int[3][]; num2[0] = new int[3]; num2[1] = new int[8]; num2[2] = new int[10]; }
int [][] num2 = new int[3][10]; // 10 คือจำนวนelement ที่มากที่สุด int [] arr_len = new int[] { 3 , 5 , 10 } // เป็นตัว กำหนดค่าจำนวน element
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง