<%@ page language="javascript" %> Temperature Table

Temperature Table

American tourists visiting Canada can use this handy temperature table which converts from Fahrenheit to Celsius:

<% function TempOut(t) { var i = t; out.println(''); out.println(""); out.println(""); out.println(""); } var t; var sayHello = new Packages.java.lang.String("Hello World"); sayHello.toUpperCase(); for(t= 0; t <101; t+=10) { TempOut(t); } %>
Fahrenheit Celsius
" + i + "" + Math.round((i - 32)*5/9) + "