This program is designed to convert a user defined temperature, either fahrenheit or celcius, into the opposite scale. The program will utilize if/else statements to determine which conversion formula to use based on user input. The program returns the initial input value along with the converted value.
Fahrenheit | Celcius |
---|---|
32 | 0 |
212 | 100 |
-40 | -40 |