%-- Document : tempConvertEL2 (response document for tempConvertEL project) Created on : May 2, 2011, 4:54:38 PM Author : bob2 Purpose : Convert a given temperature in Celsius to Fahrenheit --%> <%@page contentType="text/html" pageEncoding="UTF-8"%>
Given temperature in Celsius:
${param.ctemp}
Temperature in Fahrenheit:
${(1.8 * param.ctemp) + 32}