I need to make a program that reads a 4X4 matrix and then sums the values in each row and then each column. I'm not sure how to define my condition.
#include <stdio.h>
int main()
{
int valores[4][4];
int i,j, somacol, somalin;
for(i=0;...
asked by
27.09.2015 / 03:52