Write a small library that enables expressing temperatures in the three most used scales, Celsius, Fahrenheit, and Kelvin, and converting between them. The library must enable you to write temperature literals in all these scales, such as36.5_degfor Celsius,97.7_ffor Fahrenheit, and309.65_Kfor Kelvin; perform operations with these values; and convert between them.