Assignment 3: Fahrenheit to Celsius
Description
Fahrenheit (symbol °F) is a temperature scale based on one proposed in 1724 by the German physicist Daniel Gabriel Fahrenheit which is used in the United States. Celsius, also known as centigrade, is a scale and unit of measurement for temperature named after the Swedish astronomer Anders Celsius (1701–1744), who developed a similar temperature scale. Large majority of the world use the Celsius scale for measuring temperature.
Task
Create a program that accepts a Fahrenheit temperature and displays Celsius equivalent. Allow the user to enter the + temperature.
Post a screen capture of your program being executed for several conversions.
Post a screen capture of the code.
Question
1) What data type is returned by Console.ReadLine()?
strings
2) How do we convert user input into an appropriate numerical data type?
in the formula put a decimal .0 will work