Question: hi I am taking a java class and I was given this assign meant can anyone please help. This lab is designed as a refresher
hi I am taking a java class and I was given this assign meant can anyone please help.
This lab is designed as a refresher for your Java programming background, which is the prerequisite for this class.
1. Design and implement a Java program that takes a temperature in Fahrenheit degree and converts it into Celsius.
Use the following formula for the conversion:
Celsius = (Fahrenheit -32) /(5/9)
2. Extend your program to take a choice input and based on the value of the choice input decide should it convert the temperature input from Celsius to Fahrenheit or vice versa.
3. Extend your program to convert temperature from Celsius to Kelvin.
Use the following formula for this conversion:
Celsius+ 273.15 = Kelvin
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
