C = (5.0 / 9.0 ) ( F – 32)
Your program should prompt the user to enter a temperature given in degrees Fahrenheit. The program should output the temperature both in degrees Fahrenheit and in degrees Celsius. Use GUI screen to accept input and display output. Format your output to have two decimal places.



