Class Temperatures

java.lang.Object
  extended byTemperatures

public class Temperatures
extends Object

Temperature conversion program, for exercising LinearEquation objects.

Version:
2

Constructor Summary
Temperatures()
           
 
Method Summary
static void main(String[] args)
          First a hardcoded test of Celsius-Fahrenheit conversion, then a loop allowing the user to test interactively.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Temperatures

public Temperatures()
Method Detail

main

public static void main(String[] args)
First a hardcoded test of Celsius-Fahrenheit conversion, then a loop allowing the user to test interactively.