Words and Numbers Counter 1.0
About this code I called it Words and Numbers Counter 1.0 in C++ . The purpose of this code is it will count the words and numbers in the given sentence. I try my best in this code to solve the problem how to count the number of occurence of numbers in the sentence. Finally I get the right solution.