Question: **JAVA** Write a method named wordCount that accepts an array of Strings as a parameter and returns a count of the number of unique words
**JAVA** Write a method named wordCount that accepts an array of Strings as a parameter and returns a count of the number of unique words in the array. Do not worry about capitalization and punctuation; for example, "Hello" and "hello" and "hello!!" are different words for this problem. Use a TreeSet as auxiliary storage.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
