/* Declaramos las Librerias */
#include
#include
main() /* Iniciamos el programa */
{
int edad,diasano,c; /* Declaramos enteros */
printf("Calcular Dias vividosn"); /*Imprimimos en pantalla */
printf("Ingrese su edad:n");
scanf("%d",&edad); /* Escaneamos un valor y lo guardamos en edad */
diasano=360;
c=edad*diasano;
printf("Resultado:");
printf("%d", c);
return 0;
}
One of the most astonishing old town on the planet Old City of Jerusalem
                      -
                    
Jerusalem is perhaps the most established city on the planet . By measuring 
its history and its multifaceted nature, on the off chance that we think 
about ...
Hace 5 años
 
 

 
 
 



0 comentarios:
Publicar un comentario