Question: 5. Write a function f2c that converts a temperature in Fahrenheit into Celcius using the equation: c = (f-32)*(5/9) f2c :: Float -> Float
5. Write a function f2c that converts a temperature in Fahrenheit into Celcius using the equation: c = (f-32)*(5/9) f2c :: Float -> Float
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
