The sameNumber method checks to see if the number of words in the phrase, numwords, is the same number of words contained in the myWords array. The method returns true of the array and phrase have the same number of words and false if they do not. Write the sameNumber method.