Question: Write a class that contains a method to convert from Fahrenheit to Celsius and one to convert from Celsius to Fahrenheit: Ask the use which
Write a class that contains a method to convert from Fahrenheit to Celsius and one to convert from Celsius to Fahrenheit: Ask the use which conversion they want, (From Celsius to Fahrenheit or Fahrenheit to Celsius) Ask the user the range of temperatures. (Starting temperature ending Temperature) Display a table based upon the information provided by the user. The formula for the conversion is: 1. Fahrenheit = (9.0 / 5) * celsius + 32 2. celsius = (5.0 / 9) * (fahrenheit - 32) The program must use methods for all input, processing and output. WRITE INJAVA NOT JAVASCRIPT
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
