Question: Develop a Java method to convert a temperature in Fahrenheit degree to Celsius degree. The header of the method could be: public static double FahrenheitToCelsius(double
Develop a Java method to convert a temperature in Fahrenheit degree to Celsius degree. The header of the method could be: public static double FahrenheitToCelsius(double temp): Then you need to develop a main() method that prompts the user to enter 3-5 temperatures in Fahrenheit degrees to invoke your FahrenheitToCelsius() method and testit Deadline: Monday March 8, by 10PM Submit your Java file only
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
