Introduction
In this challenge, as a junior software developer at a weather app startup, you need to create a simple temperature conversion utility that helps travelers understand local temperatures in different units. The program should convert Celsius temperatures to Fahrenheit, using type casting to ensure accurate conversion and implementing the conversion formula using constant variables. The program should accept a Celsius temperature as input and display the Fahrenheit temperature with proper formatting.



