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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!