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

Temperature Table sponsored by Microsoft VBScript

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

<% for i = 0 to 100 step 10 out.println "" out.println "" out.println "" out.println "" next function form(n) form= CDbl(CInt(n*100))/100.0 end function %>
Fahrenheit Celsius
" & i & "" & form((i - 32)*5/9) & "

<%= CreateBean("java.util.Date").toString() %>