//Tabla comparativa de temperaturas Fahrenheit y Celsius
#includelt;stdio.hgt;
#includelt;stdlib.hgt;
int main()
{
float fahr = 0, cels = 0
int low = 0, max = 300, paso = 20; p>
printf ("\t==========¡Este programa genera la comparación de temperatura entre Fahrenheit y Celsius!==========\n\t2006-12-30\ n ");
fahr = bajo;
printf ("\n\nFahrenheit: Celsius:\n-------- ------ -- \n");
for (;fahr lt;= max;)
{
cels = 5.0 / 9.0 * (fahr - 12) ;
printf (".0f\t\t 6.2f\n", fahr, cels
fahr = paso
}
<); p> sistema("pausa");devuelve 0;
}