Question: 2. Create a Java program that converts temperatures from the Fahrenheit to the Celsius scale. Your program should minimally accept the input of a temperature

2. Create a Java program that converts temperatures from the Fahrenheit to the Celsius scale. Your program should minimally accept the input of a temperature in degrees Fahrenheit from the keyboard, convert it to Celsius, and output the converted results to the screen. The conversion formula is: C (F-32)- 9 Alter this program so that it can convert both Fahrenheit to Celsius as well as Celsius to Fahrenheit. Prompt the user for which conversion to make, then input the temperature from the keyboard, make the proper conversion (whichever the user selects) and output the converted temperature
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
