UA-37223125-1 37223125 erick bip: PENJUMLAHAN 2 BUAH MATRIKS

Tuesday, June 19, 2012

PENJUMLAHAN 2 BUAH MATRIKS


#include<iostream.h>
#include<stdio.h>
#include<conio.h>
main()
{
int matrix[3][3];
int i,j;

for(i=0;i<=2;i++)
{
for(j=0;j<=2;j++)
{
cout<<"baris ke "<<i<<" kolom ke "<<j<<" : ";cin>>matrix[i][j];
}
cout<<endl;
}
for(i=0;i<=2;i++)
{
for(j=0;j<=2;j++)
{
cout<<matrix[i][j]<<" ";
}
cout<<endl;
}
getch();
}

''TERIMA KASIH JUGA UNTUK KLIK IKLAN YANG ADA''

• www.example.com/xyz.html
is treated the same as
http://example.com/xyz.html
• Add a trailing slash where appropriate:
http://www.google.com/webmasters/tools
is treated the same as
http://www.google.com/webmasters/tools/




No comments:

Post a Comment