This application is a simple Java console-based application designed to convert temperatures between Kelvin, Celsius, and Fahrenheit.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have Java Development Kit (JDK) installed on your system to run and compile this program. If you do not have it installed, you can download it from here.
To run this application, follow these steps:
- Navigate to the directory containing the Main.java file.
- Compile the Java file using the command:
javac Main.java
. - Run the program using the command:
java Main
.
Upon running the program, you will be prompted to enter a temperature followed by the unit (K for Kelvin, C for Celsius, F for Fahrenheit). The application will then display the equivalent temperatures in the other two units.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Thanks to OpenAI for their AI model, GPT-3 for generating this Learning Project Idea.