444

Embed Size (px)

DESCRIPTION

sdfghjklñ

Citation preview

int [,]mat1=new int [10,10]; int[,] mat2 = new int[10, 10]; int[,] mat3 = new int[10, 10]; int i, j, cf, cc; Console.Write("Ingrese cantidad de filas y columnas de las matrices"); cf = Convert.ToInt32(Console.ReadLine()); cc = Convert.ToInt32(Console.ReadLine()); for(i=0;i