Question: can anyone help me get started on this? In this project, you will implement a statistical measurement tool for user input data. Your program will

can anyone help me get started on this?
can anyone help me get started on this? In this project, you

In this project, you will implement a statistical measurement tool for user input data. Your program will ask the user to enter the number of data inputs (no more than 10) and all the data. For example, a sample input is as follows: Enter the number of data inputs (maximum 10): 4 Enter all the data: 2.3423.45512.33 Your program should valid the number of data inputs (a positive integer number between 1 to 10). If the number is invalid (such as 1,12 ), you can either exit the program using exit(1) in library or ask the user to re-enter a valid number again. Then your program will display a menu of options and ask the user to choose one of the options REPEATEDLY until the user chooses the exit (option 8). Below is a list of options and their descrintions: - Option 1: This option simply displays data in the following required format with precision 2. Separate the elements by commas followed by a single space. Sample output: 2.34,3.45,5.00,12.33 - Option 2: This option calculates and displays the mean of the data. Sample output: The mean is 2.11 - Option3: This option calculates the minimum of the data Sample output: The minimum is 12.33

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!