You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Second provided example of temperature conversion table - changes include declaring far and celsius to be float, and the formula being written in a more "natural" way. */
#include <stdio.h>
/* print Farenheit-Celsius table
for fahr = 0, 20, ..., 300; floating point version */