Question: Your program will take the input values of 5 samples for a measure of interest, as well as the goal average ( ) and goal

Your program will take the input values of 5 samples for a measure of interest, as well
as the goal average () and goal standard deviation (). You will then compute the
sample average of the sample values given, and the lower and upper bound of the
expected range. Finally, you need to report to the user what the lower bound, sample
average, and upper bounds are that were calculated, as well as inform the user if the
calculated sample average is above, below, or within range. You need to do this by
creating your own functions to request inputs and to do the calculations using the
formulas given above, and you need to do this without importing a library (like
statistics) to do the calculations. You need to check user inputs to ensure they are
numbers greater than 0. If an input is not greater than 0(including not being a
number) you need to inform the user of the error and end the program

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 Programming Questions!