Hi every one.
I have a problem when i try to solve the program that search the word begin with uppercase and print it into console and the times it apear in the string.
eg: I put in the string "This is my first topic. Please help me. Iam Bigstorm."
then the program will print
This 1
Please 1
Iam 1
Bigstorm 1
It was confusing reading your code Bigstorm so I took the liberty of re-writing it with some added and removed parts. From what I understand, you want the program to read words that start with capital letters.