/* *Programa cédula *@autor Israel Cueva *wegols@hotmail.com */ #include <iostream.h> #include <stdlib.h> int arreglo[10]; int digito; int sumaDigitos=0; int numeroRestar=0; int elementoFi… more →
Codigo en cwrote 2 years ago: /* *Programa cédula *@autor Israel Cueva *wegols@hotmail.com */ #include <iostream.h> #include … more →