Question: Write the C++ code to convert temperature -10 and 10 Fahrenheit to degrees Celsius with increments of 2. Also, display the total of the temperature
Write the C++ code to convert temperature -10 and 10 Fahrenheit to degrees Celsius with increments of 2. Also, display the total of the temperature values in degrees Celsius. The simple formula is: Celsius = 5 / 9 x (Fahrenheit 32). The output would be something like: F C -10 -23.33 -8 -6 8 10 -12.22 Total of temperature values in degrees Celsius = -195.56
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
