can someone help me how to make this one:
write a program using two-dimensional arrays that computes the sum of data in row and sum of data in column of the 3X3 array variable n[3][3].
sample output:
5 9 8 = 22
3 8 2 = 13
4 3 9 = 16
________
12 20 19
please help me, cause i want to pass my c language subject........