How in C++ to find out the number of identical letters in one word? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 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.

7th Dec 2019, 2:01 PM
Евдоким Пятков
1 Réponse
+ 1
With for loop i think
21st Dec 2019, 8:47 AM
Arsen Matevosyan
Arsen Matevosyan - avatar