<%-- Document : index.jsp (for the tempConvertEL1 application) Created on : May 27, 2008, 2:30:02 PM Author : bob Purpose : Convert a given temperature in Celsius to Fahrenheit. This is both the request and the response document. --%> <%@ page contentType="text/html" pageEncoding="UTF-8"%> <%@ taglib prefix = "c" uri = "http://java.sun.com/jsp/jstl/core" %> Temperature Converter
Celsius temperature:
Given temperature in Celsius:
The temperature in Fahrenheit: