Question: PSET _ 1 2 - - DES PSET 1 1 PSET _ 1 1 DESCRIPTIOI File Edit View Write a program that dynamically allocates an

PSET_12-- DES
PSET 11
PSET_11 DESCRIPTIOI
File
Edit
View
Write a program that dynamically allocates an array, on the Heap, large enough to hold 200 test scores between 55 and 99-- 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(10) 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 14,Col11,723 characters100%Windows (CRLF)UTF-8
PSET _ 1 2 - - DES PSET 1 1 PSET _ 1 1

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!