Question: In Java, write a program that prompts the user to enter a temperature in degrees Fahrenheit. Convert the temperature to degrees Celsius. Then prompt the
In Java, write a program that prompts the user to enter a temperature in degrees Fahrenheit. Convert the temperature to degrees Celsius. Then prompt the user to enter a temperature in Celsius. Convert the temperature to degrees Fahrenheit.
Formula for C to F: C = (F-32)*5/9.
Formula for F to C: F = 9/5*C + 32.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
