Question: PSET _ 1 2 - - DES PSET 1 1 PSET _ 1 1 DESCRIPTIOI File Edit View Write a program that dynamically allocates an
PSET DES
PSET
PSET DESCRIPTIOI
File
Edit
View
Write a program that dynamically allocates an array, on the Heap, large enough to hold test scores between and using a Random Number generator to populate the array. Then do the following:
Sort scores in ascending order.
List your scores in rows of ten values.
Write algorithm to determine the number of scores in each of the discrete intervals specified below:
Display list of the number of scores in each interval.
Display your Histogram Chart distribution to the console screen.
EXAMPLE HISTOGRAM:HINT : Dynamically allocating an array, on the Heap, that is in the Dynamic Memory region requires using pointers for access to the data values.Ln Col charactersWindows CRLFUTF
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
