Question
C++ Question... Create a program that Stores multiple sequences of double values Computes the minimum value, the maximum value, the sum of all values in
C++ Question...
Create a program that
Stores multiple sequences of double values
Computes the minimum value, the maximum value, the sum of all values in the sequence, and the mean of the values in the sequence
Displays a menu that gives the user the following options
Add a new sequence to memory
Ask the user how many numbers will be stored in this sequence
Proceed to ask them for the numbers one at a time
List existing sequences stored in memory (program starts with none)
It prints the sequence index number and how many values are part of the sequence (but not the actual values)
Print an existing sequence in memory
Asks the user for the index of the sequence
Print all the numbers in the sequence, as well as its minimum, maximum, sum, and mean
Quit (exits program)
CANNOT USE VECTOR BUT CAN USE POINTERS
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