/* Declaramos las Librerias */
#include
#include
main() /* Iniciamos el programa */
{
double f,c; /* Declaramos doubles */
printf("Introdusca grados Centigradosn:"); /*Imprimimos en pantalla */
scanf("%f",&c); /* Escaneamos un valor y lo guardamos en c */
getch();
f=c*(9/5)+32;
printf("El Resultado es:");
printf("%f", f);
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