Question: Write the Java program that converts Fahrenheit (Tf) to Celsius (Tc). The formula is: Tc = 5/9 (Tf - 32). Fahrenheit temperature is provided by
Write the Java program that converts Fahrenheit (Tf) to Celsius (Tc). The formula is: Tc = 5/9 (Tf - 32). Fahrenheit temperature is provided by the user as input. Your program should give the corresponding Celsius as output to three decimal places. You must use two constants in your program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
