Question
The Rinky Dooflingy Company records the number of cases of dooflingies produced each day over a four-week period. Write a program that reads these production
The Rinky Dooflingy Company records the number of cases of dooflingies produced each day over a four-week period. Write a program that reads these production levels and stores them in an STL container. The program should then find and display: a. The lowest, highest, and average daily production level. b. A sequence that shows how much the production level rose or fell each day. c. A sequence that shows, for each day, the total number of dooflingies produced up to and including that day. You must use an Standard Container and you must use standard algorithms to do all the calculations shown in a, b, and c above. Solutions not using a standard container and not using standard algorithms for calculations are not acceptable.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started