Question: Write a C++ program to : 1- read a temperature, when entering a temperature from keyboard 2- print statement Below Freezing if a temperature
Write a C++ program to : 1- read a temperature, when entering a temperature from keyboard 2- print statement "Below Freezing" if a temperature is smaller than 32. 3- And print "Above Freezing" if a temperature is greater than 32.
Step by Step Solution
There are 3 Steps involved in it
Answer Heres a C program that reads a temperature from the user and prints whether its below fr... View full answer
Get step-by-step solutions from verified subject matter experts
