- 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 Odpowiedź
+ 1
With for loop i think