Question: If necessary, create a new project named TryThis11 Project, and save it in the Cpp8Chap10 folder. Code the IPO charts shown in Figure 10-26. Enter
If necessary, create a new project named TryThis11 Project, and save it in the Cpp8\Chap10 folder. Code the IPO charts shown in Figure 10-26. Enter your C++ instructions into a source file named TryThis11.cpp. Also enter appropriate comments and any additional instructions required by the compiler. Display the Celsius temperature in fixed-point notation with no decimal places. Test the program appropriately.
Figure 10-26

main function Input Fahrenheit temperature Processing Processing items: none Output celsius temperature Algorithm: 1. enter Fahrenheit temperature 2. call calccelsius to caleulate the celsius temperature; pass the Fahrenheit temperature and the address of a varable in which to store the Celsius temperature 3. display the celsius temperature cal cCelsius function Input Fahrenheit temperature Processing Processing items: none Output celsius temperature address of a variable in which to store the celsius temperature Algorithm: 1. Celsius temperature = 5.0/9.0* (Fahrenheit temperature - 32.0)
Step by Step Solution
3.55 Rating (162 Votes )
There are 3 Steps involved in it
TryThis11cpp converts Fahrenheit to Celsius Createdrev... View full answer
Get step-by-step solutions from verified subject matter experts
