in java write a program to satisfy the a and b requirements: a). Write an operation class that can display a menu option using JOptionPane with 3 choices as 1. Convert the temperature from Celsius to Fahrenheit 2. Convert the temperature from Fahrenheit to Celsius 3. Quit. Search the formulas for these two temperature conversions. All inputs and outputs must be displayed in use of JOptionPane. Also, write a separate driver program to test your conversions. Finally, double-check if you properly used the naming conventions, comment lines, and documentation in the code. b).modify part a so it prompts the menu to user continuously to enter a choice until the quit option is selected. the program will continue to run until the user wants to quit the program
in java write a
a). Write an operation class that can display a menu option using JOptionPane with 3 choices as 1. Convert the temperature from Celsius to Fahrenheit 2. Convert the temperature from Fahrenheit to Celsius 3. Quit. Search the formulas for these two temperature conversions. All inputs and outputs must be displayed in use of JOptionPane. Also, write a separate driver program to test your conversions. Finally, double-check if you properly used the naming conventions, comment lines, and documentation in the code.
b).modify part a so it prompts the menu to user continuously to enter a choice until the quit option is selected. the program will continue to run until the user wants to quit the program.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 6 images