Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started