Question: In JAVA please! Develop a Java program (F2C.java) for converting a temperature from the Fahrenheit to the Celsius scale. The program will read the temperature

In JAVA please!
Develop a Java program (F2C.java) for converting a temperature from the Fahrenheit to the Celsius scale. The program will read the temperature graphically using an input dialog box UOptionPane.showlnputDialog) and will show also dialog box UOptionPane.showMessageDialog) the result graphically on a message The program must be robust to input errors in such a way that the program will show a warning for every wrong input while the input inserted by the user is not right. Submit the source code with file name F2C.java as well as the executable jar file F2C.jar. Concepts in practice: Programming Pattern IPO, Exception Handling
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
