subject
Computers and Technology, 28.05.2021 08:00 kaperry

In this lab you will create a temperature analyzing system. For this lab assume that the user will input the data for 5 days. You will create a console C++ program that uses nested loops and logical structures to read the low and high temperature of each day. Your program will calculate and display the average temperature of each day; It also needs to calculate and display the overall average, the day that had the lowest temperature and the day that had the highest temperature. The lowest temperature a user can input for a day is
-40. The highest temperature a user can input for a day is 40. The low temperature of a day can
not be higher than the high temperature if the same day. If the user input does not meet these
requirements, the program should display an appropriate error message and re-prompt.
Validation for non-numeric input is also required.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 01:00
Which option marks all modification made within a document? review comment track changes balloons
Answers: 1
question
Computers and Technology, 22.06.2019 05:00
Modern businesses use different technologies to accomplish work tasks
Answers: 2
question
Computers and Technology, 24.06.2019 09:50
Self contained sequences of actions to be performed are? a. expressions b. algorithms c. functions d. formulas
Answers: 1
question
Computers and Technology, 24.06.2019 16:30
Which program can damage your computer?
Answers: 1
You know the right answer?
In this lab you will create a temperature analyzing system. For this lab assume that the user will i...
Questions