Programming Assignment 1, Due Class 4



1) Create an HTML page and corresponding Servlet. The user will enter a Fahrenheit temperature in the HTML page, click Submit, and the servlet will display the corresponding Celcius temperature.
2) Do the same thing as #1, but use a JSP.