Class TempConversion

java.lang.Object
  extended by TempConversion

public class TempConversion
extends java.lang.Object

Write a description of class TempConversion here.

Version:
Marzo 2007
Author:
Angelo_admin

Constructor Summary
TempConversion()
           
 
Method Summary
static int CelsiusToFahrenheit(int celsius)
          Converts Celsius degree to Fahrenheit
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TempConversion

public TempConversion()
Method Detail

CelsiusToFahrenheit

public static int CelsiusToFahrenheit(int celsius)
Converts Celsius degree to Fahrenheit

Parameters:
celsius - a temperature in Celsius degree to convert
Returns:
the same temperature in Fahrenheit degree

main

public static void main(java.lang.String[] args)