take three 2-D array
a[10][10] , b[10][10] ,sum[10][10]
for(int i=0;i<10;i++)
for(int j=0;j<10;j++)
sum[i][j]=a[i][j]+b[i][j];
for(int i=0;i<10;i++)
for(int j=0;j<10;j++)
printf("%d" , sum[i][j]);
2006-11-08 22:33:12
·
answer #1
·
answered by Demo 3
·
0⤊
0⤋
NO go do it yourself
Please do your homework a order manually fashion
plus writing this code is really, really long escially using matrix
srry dude
i can help you out
first line
include iostream
2006-11-08 20:19:39
·
answer #2
·
answered by hmongthaoboi 2
·
0⤊
0⤋
i advise people not to answer. he is clearly a student and over-posting his assignment questions. i've answered one of them, but no more
2006-11-08 20:17:34
·
answer #3
·
answered by a11st4rc 2
·
0⤊
0⤋
Atleast do one program by yourself.
2006-11-08 22:57:45
·
answer #4
·
answered by manoj Ransing 3
·
0⤊
0⤋