I need help to write functions returning the fahrenheit value of a celcius temperature, and another one that does the opposite.
Thank you for helping
What if I want to use the "float" instead "double", would that make any difference?
Yes. You would have to replace double
with float
in the code above.
Last edited on