temperature program

profilewillz916

Program Description:

 

Write a small Linux program that will calculate the temperature in degrees F, given the temperature in degrees C, where C is 34.5. (The formula is.. F = (9/5) * C + 32.0). 

 

You must perform the calculation as a separate function such as convert(C). The caller invokes the function as in convert(34.5)

 

 

Your program should print out the corresponding Fahrenheit degrees, and then terminate.

 

please do it in C++

    • 7 years ago
    • 20
    Answer(3)

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      program_files.rar

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      converttemparature.zip

    Purchase the answer to view it

    blurred-text
    NOT RATED
    Bids(0)