Temperature Table

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

<% for (int i = 0; i <= 100; i += 10) { %> <% } %>
Fahrenheit Celsius
<%= i %> <%= ((i - 32) * 5 / 9) %>

Created <%= new Date () %>