Question: Write a java program that reads a Celsius degree in a double value from the console, then converts it to Fahrenheit and displays the result.
Write a java program that reads a Celsius degree in a double value from the console, then converts it to Fahrenheit and displays the result. The formula for the conversion is as follows:
fahrenheit = (9 / 5) * celsius + 32
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
