This repository contains a simple C++ program for converting temperatures between Fahrenheit, Celsius and Kelvin.
Convert from Celsius to Fahrenheit.
Convert from Fahrenheit to Celsius.
User-friendly console interface.
C++ Compiler (e.g., g++, clang++)
Make (optional for build automation)
g++ -o temp_converter temp_converter.cpp
./temp_converter
Follow the on-screen instructions to enter temperatures and select conversion options.
This project is licensed under the MIT License - see the LICENSE.md file for details.