Question: Write a program that inputs a string of comma separated test scores from the user and prints out a histogram of the scores. The histogram

Write a program that inputs a string of comma separated test scores from the user and prints out a histogram of the scores. The histogram should have one row on it for each distinct test score, followed by one star for each test score of that value. For example, if the tests scores in the file were 55, 80, 80, 95, 95, 95 and 98, the output to the screen should look like:

55 *

80 **

95 ***

98 *

Step by Step Solution

3.40 Rating (153 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

ScoreHistogramjava package classes1 import javautilMapEntry import javautilScanner import javau... View full answer

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!