Question: Write a Java program that will allow the user to enter a temperature in Fahrenheit and convert it to Celsius according to the following formula
Write a Java program that will allow the user to enter a temperature in Fahrenheit and convert it to Celsius according to the following formula where F is the temperature in Fahrenheit and C is the corresponding temperature in Celsius: C=(F32)5/9; For example, if F=41, then C=(4132)5/9=5 Your program should behave as follows (the underlined refers to data entered by the user): Please enter the temperature in Fahrenheit> 41 The corresponding temperature in Celsius is 5.0 To make sure that your program works properly, test again using the data in the following table
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
