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
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