Write a C++ program that reads a set of eight temperatures values and display the number of HOT, WARM and COLD records according to the following classification
HOT
>35
warm
Between 27-35
cold
<27
by using if statment