Question: Need help ASAP. Thank you. Question 13 (20 points) Temperature Conversion Temperature Conversion Write a Java application class that prompts the user to enter the

Need help ASAP. Thank you.
Question 13 (20 points) Temperature Conversion Temperature Conversion Write a Java application class that prompts the user to enter the temperature in Fahrenheit. The program is to display the temperature in Fahrenheit and Celsius. Note: user input is to be entered as a whole number. The output is to include a fractional part to at least one decimal point. The formula for conversion is the following: DegreesC = 5(DegreesF - 32)/9 SAMPLE INPUT/OUTPUT: Enter a temperature in degrees Fahrenheit: 72 72 degrees Fahrenheit is 22.2 degrees Celsius
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
