Create a program that converts temperatures between Celsius, Fahrenheit, and Kelvin scales. The program should prompt the user to input a temperature value and the original unit of
measurement.It should then convert the temperature to the other two units and display the...