The formula for converting a temperature from Fahrenheit to Celsius is

profileThehonest
 (Not rated)
 (Not rated)
Chat

The formula for converting a temperature from Fahrenheit to Celsius is

C = 5/9 * (F – 32)

Where F is the Fahrenheit temperature and C is the Celsius temperature. Write a method named Celsius that accepts a single argument, the temperature in Fahrenheit. The method should return the temperature converted to Celsius. Demonstrate the method by calling it in a loop that displays a table of Fahrenheit temperatures 0 through 20 and their Celsius equivalents

 

 

 

    • 10 years ago
    A+ Work
    NOT RATED

    Purchase the answer to view it

    blurred-text
    • attachment
      tempconversion.zip