Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as C++ by robinson ( 16 years ago )
void sumarfuncion(void) /* en esta funcion las matrizes 1 y 2 se sumaran*/ { printf("los resultado de la suma de las matrizes son:n"); for(i=1;i<=n; i++) { for(j=1;j<=n;j++) { mat3[i][j]=mat[i][j]+mat2[i][j]; printf("%d ",mat3[i][j]); } printf("n"); }

 

Revise this Paste

Children: 19210
Your Name: Code Language: