|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLab05Services
public class Lab05Services
This class provides services as needed to complete Lab Exercise L3.2 of JBA (pp.124-126)
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 |
---|
public static double convertFromFahrenheitToCelcius(int tempF)
tempF
- the Fahrenheit value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |