This is a simple C++ program that converts temperatures between Celsius, Fahrenheit, and Kelvin scales. The program prompts the user to input a temperature value and the original unit of measurement, then converts the temperature to the other two units and displays the results.
- Converts temperatures from Celsius to Fahrenheit and Kelvin.
- Converts temperatures from Fahrenheit to Celsius and Kelvin.
- Converts temperatures from Kelvin to Celsius and Fahrenheit.
- User-friendly prompts for input.