Question: Write a C++ program that prompts for user name, todays temperature in Fahrenheit, and then performs the calculation of changing temperature to Celsius. You should

Write a C++ program that prompts for user name, todays temperature in Fahrenheit, and then performs the calculation of changing temperature to Celsius. You should

1. Declare a string variable to store user name.

2. Declare two double variables to store Fahrenheit and Celsius temperature.

3. Perform arithmetic operation to convert Fahrenheit to Celsius. Celsius = 5/9 x (Fahrenheit 32)

4. Comment when necessary.

5. Use meaningful variable names.

6. Output the result.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!