Make a java program which allow to user entering strings and print on the screen statistics. The statistic must include next information:
- How many words are entered?
- How many times (in percents) are entered every word?
- What is the length of different words?
- What is length of bigger word?
- What is length of smaller word?