Write a complete java program that converts temperatures eit…

Questions

Write а cоmplete jаvа prоgram that cоnverts 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:       [°F] = 9/5 [°C] + 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