Question: Write a program that converts Celsius temperatures to Fahrenheit temperatures. The formula is: F = C+32 where F is the Fahrenheit temperature and C
Write a program that converts Celsius temperatures to Fahrenheit temperatures. The formula is: F = C+32 where F is the Fahrenheit temperature and C is the Celsius temperature. The program should prompt the user to input a Celsius temperature and should display the corresponding Fahrenheit temperature. It should display only the converted temperature without any text (not even a 'F'). When you run your program, it should match the following format: Please enter a Celsius temperature. -10.5 The equivalent Fahrenheit temperature is: 13.1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
