Your task is to implement a class for analyzing vowels and consonants in a sentence. The constructor of this class has a String parameter, which contains all the words in a sentence: just a string of words, separated by single spaces. You may assume that all punctuation has been removed from the String parameter.

For example, consider a sentence constructed from the string "Now is the time".