Question: using java Part 3: Converting Celsius to Fahrenheit Write a program name Last Name Temp that reads a Celsius degree in double from the console
Part 3: Converting Celsius to Fahrenheit Write a program name "Last Name Temp" that reads a Celsius degree in double from the console then converts it to Fahrenheit and displays the results. The formula for the conversion is: fahrenheit - (9/5) * Celsius +32 Hint: in Java, integer math says 9 / 5 is 1, so what do you need to write in order to make sure you get a decimal
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
