[Solved]Question 20 7 Pts Write C Code Enter Day Integer Day S Temperature Double Value User Enter Q37136611
Will upvote C++ programming question

Question 20 7 pts Write the C++ code to enter the day as an integer and the day’s temperature as a double value until user enters negative value as day input, and count number of days in which the temperature is below zero. Then, display the total number of days which the temperature is below zero. for example input 1 50.5 means day number is 1 and the temperature is 50.5 Hint: You DO NOT need to store temperatures for all the days, just count the number of days in which the temperature is below zero. Show transcribed image text Question 20 7 pts Write the C++ code to enter the day as an integer and the day’s temperature as a double value until user enters negative value as day input, and count number of days in which the temperature is below zero. Then, display the total number of days which the temperature is below zero. for example input 1 50.5 means day number is 1 and the temperature is 50.5 Hint: You DO NOT need to store temperatures for all the days, just count the number of days in which the temperature is below zero.
Expert Answer
Answer to Question 20 7 pts Write the C++ code to enter the day as an integer and the day’s temperature as a double value until us… . . .
OR

