sourcecode ....
#include <iostream>
#include <conio>
int main(){
int A[12]={1, 2, 3, 4, 5, 6, 7, 8, 9};
int B[10][10];
cout << "Array 1 dimensi\n";
for(int i=0; i<9; i++){
cout <<" " << A[i];
}
cout << endl;
cout << "Array 2 dimensi\n";
int i=0;
while(i<9){
for(int j=0; j<3; j++){
for(int k=0;k<3; k++){
B[j][k]=A[i];
i++;
}
}
}
for(int i=0; i<3; i++){
for(int j=0; j<3; j++){
cout << B[i][j] << " ";
}
cout << endl;
}
getch();
return 0;
}
Wednesday, 13 July 2011
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Nemu artikel bagus nih tentang agama. Gak ada salahnya saya posting, apalagi sebelum bulan ramadhan ini. TAKHALLI sesungguhnya berunt...
-
#include <cstdlib> #include <iostream> using namespace std; int floor(double x){ int a; ...
-
KATA PENGANTAR
Blog Archive
-
▼
2011
(95)
-
▼
Jul
(29)
- Toko Suami
- Nilai C ? Semoga tidak lagi dan lebih bagus lagi
- Bantul Ekspo Targetkan Transaksi Rp14 Miliar
- conversion of 1 to 2 dimensional array
- Tahukah Kamu Apa yang Terjadi di Internet Selama 6...
- Bantul Ekspo Targetkan Transaksi Rp14 Miliar
- conversion of 1 to 2 dimensional array
- Tahukah Kamu Apa yang Terjadi di Internet Selama 6...
- Seluk-Beluk Sepeda Fixie
- Messi: Copa Baru Saja Dimulai!
- Teknologi Ajax
- Teknologi Ajax
- Factorial c++
- permutation C++
- Keberadaan Situs-situs Bersejarah di Gua Selarong ...
- Resmi: Djohar Arifin Ketum PSSI 2011-2014
- permutation c++
- Factorial c++
- Samsung Galaxy S II Udah Hadir di Indonesia
- save the notepad text on the drive with c + +
- Second and Third Costume The Elegant AC Milan
- 40 Negara Pengguna Facebook Terbanyak di Asia [Inf...
- Kekecewaan Messi setelah hasil imbang lawan Bolivia
- Pele: Hernandez bisa menjadi next Messi
- Google memamerkan kotak masuk Gmail baru
- Aji Santoso: Irfan, Kim dan Andik Layak Masuk Timnas
- Real Mataram Cup Resmi Dibatalkan
- Boaz Siap Main di Luar Negeri
- My netbook
-
▼
Jul
(29)
|
[close]
Powered by Blogger.
0 komentar:
Post a Comment