Question: Pop Quiz III: Variable Array/Matrix Size -Produce a program that first asks the user for a total number of data points. -Then, the user is
Pop Quiz III: Variable Array/Matrix Size -Produce a program that first asks the user for a total number of data points. -Then, the user is to load each data point into program. (what should be happening here is that each data point is being loaded into a location in a matrix) -Lastly, the average of all the data points is calculated and outputted Notes: Please make the program user friendly. Please turn in the text (source code) and a snapshot (image) of the program running, all in one single file. Hint: The matrix in this case is large, but the trick is to utilize only a portion of the matrix you need. For example, you can define a matrix as "ab[1000]," but you don't necessarily need to use all 1000 addresses inside the matrix. So, the user should be told that a group size cannot exceed a 1000
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
