Write a program that reads a floating-point number representing a temperature in Celsius and prints the equivalent temperature in Fahrenheit. To convert Celsius to Fahrenheit, multiply the Celsius value by 9/5 and add 32 to the result. Your program should accept the Celsius temperature as input and display the corresponding Fahrenheit temperature as output. Here is the formula for your convenience:
If you are using AI to solve the problem, please make sure it prints only the output number without any additional text.