Skip to content

temperature‐converter_java

Bankn8II©$A edited this page Jun 6, 2025 · 1 revision

Welcome to the temperature-converter_java wiki!

https://rgb.to/rgb/200,50,100 nashti 20

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.

Clone this wiki locally