Wyo Java Ch20Proj6

Modify the file named Ch20Proj6.java from the Handout folder so it builds a histogram that shows how many times each word occurs in a string. For extra credit, produce a histogram based on a text file.

Sample input::

a b c d e f g h i a c d e g h i h k

Sample output:

Words   1---5----01---5
a       **
b       *
c       **
d       **
e       **
f       *
g       **
h       ***
i       **
k       *

Your program must follow the class Coding Standards. Save all of the files associated with this assignment to the appropriate network folder.

Submit the printed code stapled to a screen capture of the runtime output.