public class ArrayDuaD {
public static void main(String[] args) {
final int BARIS = 5;
final int KOLOM = 3;
int[][] num = new int[BARIS][KOLOM];
for(int i = 0; i < BARIS; i++) {
for(int j = 0; j < KOLOM; j++) {
num[i][j] = i * j + (3 * (i - j));
}
}
System.out.println("Isi array:");
for(int i = 0; i < BARIS; i++) {
for(int j = 0; j < KOLOM; j++) {
System.out.print(num[i][j] + " ");
}
System.out.println();
}
}
}
Profile Penulis
Jumlah Pengunjung
PENGUNJUNG BULAN INI
KONTAK KAMI
Friends
Senin, 25 Mei 2009
Script Array Dua Dimensi Pada Java
Translate
Daftar Source Code C++
Category
- C++ (21)
- Instal Windows XP (1)
- jaringan (7)
- Java (14)
- Komputer (12)
- Laptop (10)
- laptop kualitas terbaik (1)
- laptop murah (1)
- materi kul (6)
- Printer (2)
- Router (1)
- Tips and Trick (2)
- Tugas2F (1)
- Tutorial (15)