Question: This is a Matlab question, Thank you! Write a program which prompts the user for data and returns the mean. The code should execute the
Write a program which prompts the user for data and returns the mean. The code should execute the following steps: 1) Prompts the user to enter the number of observations 2) Use a FOR-LOOP to get data from user. At each iteration, the user is asked for a value of the i- th observation 3) At each iteration, print the mean of the sample up to and including the i-th observation to the screen Here is an example of the output of the program and some values entered by a user: >> Enter number of observations: >> Give me a value 4 >> The mean so far is: 4.0 >> Give me a value: 6 The mean so far is: 5.0 >> Give me a value: 7 The mean so far is: 5.7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
