Write a complete java program that converts temperatures eit…
Write a complete java program that converts temperatures either from Fahrenheit to Celsius or from Celsius to Fahrenheit according to the user’s choice. Your program displays the 2 choices as shown below in the sample runs. Formula to convert from Celsius to Fahrenheit: = 9/5 + 32 Note: If the choice entered by the user is not 1 or 2, the program should display “Wrong choice” message. Screenshot 2024-07-16 at 4.09.31 PM.png