Suppose I have a variable cpuTemp that has been assigned the current temperature (in Celsius) of a computer's CPU. Write the series of C++ statements that will print out one of three messages based on that temperature:
"Cool"—at or under 35º
"Normal"—over 35º, but under 75º
"Running hot"—at or over 75º, but under 100º
"TOO HOT"—at or over 100º
158151660002/12/202009:10am
Additional Comments:
Rubric
Can't change a rubric once you've started using it.