Question: Problem 2. (Lastname_Lab2_p2.cpp) Write a C++ program that converts a given temperature in degree Fahrenheit into degree Celsius (another unit for temperature). The program should

 Problem 2. (Lastname_Lab2_p2.cpp) Write a C++ program that converts a given

Problem 2. (Lastname_Lab2_p2.cpp) Write a C++ program that converts a given temperature in degree Fahrenheit into degree Celsius (another unit for temperature). The program should display following prompt to the user: Enter the temperature in degree Fahrenheit: After accepting the value for degree Fahrenheit from keyboard input, the program should calculate and display the temperature in degree Celsius [Hint: Celsius = (5.0/9.0)(Fahrenheit 32)]. Following is the example test case: Enter the temperature in degree Fahrenheit: 41 Temperature in degree Celsius: 5

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!