- 1
How in C++ to find out the number of identical letters in one word?
I have a task - to name the string âevenâ if there is an even number of each letter in it, âoddâ if it is odd, or âneitherâ if neither. Help me, please.
1 Answer
+ 1
With for loop i think