Write a program that reads a list of words from the file words.txt
and finds the count of vowels, consonants and other punctuation marks.
Since English is a bit tricky, assume that a, e, i, o, u are vowels and all others are consonants.
Punctuation marks are (!,.?). Do not count whitespace.
Write the results in file count-chars.txt
