If necessary, create a new project named TryThis12 Project, and save it in the Cpp8Chap09 folder. Code

Question:

If necessary, create a new project named TryThis12 Project, and save it in the Cpp8\Chap09 folder. Code the IPO charts shown in Figure 9-37. Enter your C++ instructions into a source file named TryThis12.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 using the following Fahrenheit temperatures: 32 and 212.

main function Input Fahrenheit temperature Processing Processing items: none Output Celsius temperature Algorithm: 1. enter Fahrenheit temperature 2. call calccelsius to calculate the celsius temperature; pass the Fahrenheit temperature 3. dispiay the celsíus temperature cal cCelsius function Input Fahrenheit temperature Processing Processing items: none Output Celsius temperature Algorithm: 1. Celsius

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: