/Temperature-Converter

It is a Temperature Converter using java swing. It includes the following units : Celsius, Fahrenheit, Kelvin, Rankine, Reaumur.

Primary LanguageJava

Temperature-Converter

It is a Temperature Converter using java swing. It includes the following units : Celsius, Fahrenheit, Kelvin, Rankine, Reaumur.

Compilling and running the program :

1. Open a command prompt window and go to the directory where you saved the java program.

2. Type 'javac TC.java' and press enter to compile your code. If there are no errors in your code, the command prompt will take you to the next line (Assumption: The path variable is set).

3. Now, type ' java TC ' to run your program.