count the occurrence of letters in the stringThanks cire! i was able to figure this out
count the occurrence of letters in the stringok, now my code looks like this, but still strange numbers: #include<iostream> #include<string> #in...
count the occurrence of letters in the stringthis code is printing strange numbers instead of the number of characters in the input string [co...