berkesonmez / WordCounterTDDBootcamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Assignment

Word Count

Given a series of 'String' inputs, output the number of unique words seen.

Note:

  • words include letters and apostrophes
  • capitalization may vary on otherwise identical words
  • punctuation of ',' and '.' should be ignored

Example

This is a test.

Has four words.

This is a test and a good test.

Has six unique words.

About


Languages

Language:Java 100.0%