Question: Temperature Conversion Program . Create a program that does the following: Welcomes the user to the program Ask the user for a temperature in degrees

Temperature Conversion Program . Create a program that does the following: Welcomes the user to the program Ask the user for a temperature in degrees Fahrenheit and store it as an integer Convert the input into kelvin and celsius Output the results Formulas kelvin = 5/9 * (fahrenheit - 32) + 273.15 celsius = 5 / 9% (fahrenheit - 32)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
