I\'m stuck on how to count how many words are in each sentence, an example of this is: string sentence = \"hello how are you. I am good. that\'s good.\" and ha
string sentence = \"hello how are you. I am good. that\'s good.\"
Does your spelling of sentence in:
int words = CountWord(sentance);
have anything to do with it?