Computers and Reality - Cognitive
Science 110 - Spring 2007
Write a JavaScript program that produces a Celsius-to-Fahrenheit
conversion table for Celsius temperatures ranging from 0 to 100 in 2-degree
steps. Use the formula F = 9/5(C+32). Note: you must use the symbol * for
multiplication: F = 9/5 * (C + 32). Here's a sample of what your table
should look like: