Question: Write a program which performs the following: a) Prompts the user to enter a number (a temperature). b) Prompts the user to enter a character
Write a program which performs the following: a) Prompts the user to enter a number (a temperature). b) Prompts the user to enter a character (one of the following: 1, or 2) which indicates the users choice of conversion. c) If the users choice is 1, your program converts the temperature from Fahrenheit to Celsius. d) If the users choice is 2, your program converts the temperature from Kelvin to Celsius. e) Displays the result of the conversion. The conversion formulas are given below. Celsius = (Fahrenheit -32) *5/9 Celsius = Kelvin - 273.15
java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
