/** * * @author ISRAEL CUEVA * */ #include <stdio.h> int a[50]; int x, s1, y, aux, s2,n; main() { printf(“Ingrese el numero: “); scanf(“%d”, &n); a[0] = n; for(x=1; x… more →
Codigo en cwrote 2 years ago: /** * * @author ISRAEL CUEVA * */ #include <stdio.h> int a[50]; int x, s1, y, aux, s2,n; main( … more →