/* Declaramos Librerias */
#include
#include
main() /* iniciamos programa */
{
int num; /* Declaramos num como entero */
clrscr(); /* Limpiamos Pantalla */
printf("Par o Impar");
printf("nn Dame el numero:n");
scanf("%d",&num); /* Escaneamos un entero y lo guardamos en num */
if (num%2 == 0) printf("PAR"); /* Si el residuo de num entre 2 es 0 imprime par */
else /* else indica que si lo anterior es falso hara lo contrario */
printf("IMPAR");
getch();
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