Question: . Create a Java class that asks the user enter a temperature in degrees Celsius. Then add a method named fahrenheit to which the temperature
. Create a Java class that asks the user enter a temperature in degrees Celsius. Then add a method named fahrenheit to which the temperature in degrees Celsius is passed. The method should calculate the degrees fahrenheit and return that value. The degrees Fahrenheit should be displayed.
The formula is
F = 9/5C + 32
Example: When Celsius is 0 degrees, Fahrenheit is 32 degree
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
