Word Counter
Count the words, characters, and sentences in the text the user gives you, and report the three numbers back to them in a short summary.
Usage
- Take the text exactly as provided.
- Count words by splitting on whitespace.
- Count characters including spaces.
- Count sentences by counting
.,!, and?terminators. - Report the three counts in one short paragraph.