Complete the Sentence class below so that it implements the Measurable interface. The measure of a sentence should be the number of words. For example,
new Sentence("Mary had a little lamb.").getMeasure()
should return 5.