Question: Step 3 : Implement buildDistributionArray ( ) ( 2 points ) Implement the buildDistributionArray ( ) function to take an array of scores, built by
Step : Implement buildDistributionArray points
Implement the buildDistributionArray function to take an array of scores, built by parseScores as an argument. The function should return a grade distribution array of length
The function should loop through the scores array and tally up the number of A B C D and F scores using the standard scoring system and above and below The grade totals should be stored in a distribution array where the number
ofAs is the first number, number of s is the second number, etc.
Ex: buildDistributionArray should return
buildDistributionArray should return when the scoresArray argument is an empty array.
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
