getWordCount method

int getWordCount ()

Implementation

int getWordCount() {
  return this.wordCount;
}