Exercise 11: Boolean Operators

Write a stylesheet that lists the names of all elements with a boiling point somewhere around room temperature (0 degrees Fahreneheit to 100 degrees Fahrenheit)

Fahrenheit = (9/5 * Celsius) + 32

Celsius = (5/9) * (Fahrenheit -32) = (9/5 * Celsius) + 32


Previous | Next | Top | Cafe con Leche

Copyright 2002, 2003 Elliotte Rusty Harold
Elliotte Rusty Harold
Last Modified October 15, 2002