Celsius to Fahrenheit Table

Design a program that displays a table of the Celsius temperatures 0 through 20 and their Fahrenheit equivalents. The formula for converting a temperature from Celsius to Fahrenheit is
F = 95 C + 3 2 where F is the Fahrenheit temperature and C is the Celsius temperature.
Your program must use a loop to display the table

1 answer

f=9*c/5+32
Similar Questions
    1. answers icon 2 answers
  1. FormulaF=1.8 * C + 32 Create an application that displays a table of the Celsius temperature 0 through 20 and their fahrenheit
    1. answers icon 0 answers
  2. Consider the following method of estimatingFahrenheit temperatures given Celsius temperatures (which was stated earlier in this
    1. answers icon 1 answer
    1. answers icon 2 answers
more similar questions