Question
For this problem, you should write TWO functions, called celsiusToFahrenheit and fahrenheitToCelsius. They should perform conversions between the two temperature scales. (You can look up
For this problem, you should write TWO functions, called celsiusToFahrenheit and fahrenheitToCelsius. They should perform conversions between the two temperature scales. (You can look up the formulas on the web.) This time the starter code has the module declaration (leave that alone), but you must write the function declarations yourself.
The starter code is:
module Temperature where
We need 2 functions that will solve the following,
0 C in F
100 C in F
212 F in C
32 F in C
Body tempreture in C and F
Round-trip (C to F and back)
Round-trip (F to C and back)
THIS IS IN HASKELL
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started