Functions/Methods


 

Client Code

  Thermometer therm =
       new Thermometer();
  double t = therm.getTemp();
  . . .
  double fahr =
    therm.convertToFahrenheit(t);

 
 
transforming data
example

 


Alyce Brady, Kalamazoo College