Question: JAVA In this method I'm trying to determine the shortest words input from command line args by user. Anything else works perfectly except it will

JAVA
In this method I'm trying to determine the shortest words input from command line args by user. Anything else works perfectly except it will count and print out a same word twice.
In the example picture, I only want the output of the Shortest words as: are, red
but not : are, red, are
How can I fix it?
JAVAIn this method I'm trying to determine the shortest words input from
command line args by user. Anything else works perfectly except it will

ASUS@LAPTOP-SOMKDA2M MINGW64 /Project2/s'rc $ java PA.java Roses are red some roses are blue Shortest words: are, red, are Largest words: Roses, roses Average length: 3.86 Least frequently used letter (s):b,d,1,m, u Most frequently used letter(s): e

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!