Class Lab05Services

java.lang.Object
  extended by Lab05Services

public class Lab05Services
extends java.lang.Object

This class provides services as needed to complete Lab Exercise L3.2 of JBA (pp.124-126)

Author:
mb

Method Summary
static double convertFromFahrenheitToCelcius(int tempF)
          This method converts the passed Fahrenheit value to Celcius.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convertFromFahrenheitToCelcius

public static double convertFromFahrenheitToCelcius(int tempF)
This method converts the passed Fahrenheit value to Celcius.

Parameters:
tempF - the Fahrenheit value
Returns:
as described above