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 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
Get step-by-step solutions from verified subject matter experts
