Status: Not Finished
A common word counter is program that creates a numerical count of the number of words in a document, file, or string of text. This program howwever is a bit different as it has more features.
Features:
Count the number of lines.
Count the number of words.
Count the number of Vowels.
Count the number of Consonants.
Count the specifically chosen language words.
List the existing chosen language words in the given input data.