This C++ program converts temperatures between Celsius and Fahrenheit. It provides a simple command-line interface for users to choose the type of conversion they want and enter the temperature. The program then performs the conversion and displays the result.
- Enter C or c to convert Celsius to Fahrenheit, or F or f to convert Fahrenheit to Celsius.
- Enter the temperature value.
- The program will display the converted temperature.
- Choose whether to convert another temperature.
Feel free to suggest any improvements or contribute to the project!