Question: Create an HTML form that prompts the user to enter a temperature in Fahrenheit. When the form is submitted, a JSP Web page should run that displays the temperature converted to Celsius. The temperature in Celsius is 5 * (Fahrenheit - 32) / 9.