You are on page 1of 14

For Item 41-50 (10 points):

Write a Java console program that would let a user to choose from three Conversion operations;
Fahrenheit – Celsius, Fahrenheit – Kelvin, Celsius – Fahrenheit, Celsius – Kelvin, Kelvin – Fahrenheit, and
Kelvin – Celsius. After choosing an operation type, the user will then input a value and the program then
outputs the result based on the chosen operation type. For each operation, create a user-defined
method (value-returning or non-returning), and call them during execution.

Write your answer on a separate 1 whole sheet of paper.

You might also like