Generate a histogram for all the grades each score


Write a C++ program to Create a 2-dimensional array with 4 rows and 30 columns. Row represents sections of a course and column represents the students, value inside each position of the array is the Final exam grade for each students. Fill the array with random numbers between 40 and 100. Calculate the total, average, maximum, minimum for each section.

Generate a histogram for all the grades. Each score represents one dot on the histogram. To do that, first create an array of size 61 and then stores the count of each scores in the array . Once you have all the count, output the number of dots for each score based on the count. please post the correct answer otherwise i do not need it . plz compile before posting the answer

 

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Generate a histogram for all the grades each score
Reference No:- TGS0647115

Expected delivery within 24 Hours