/** * * @author ISRAEL CUEVA * *wegols@hotmail.com */ #include <iostream.h> #include <stdlib.h> #include <stdio.h> void MayorMenor (int matriz[20][20],int nivel); int matriz[20][20];… more →
Codigo en cwrote 2 years ago: /** * * @author ISRAEL CUEVA * *wegols@hotmail.com */ #include <iostream.h> #include <stdli … more →