A string given as input, count the number of words that have only 2 vowels in them and print the count (print 0 if none were found) in c++?

Started by Guto, November 17, 2016, 07:04:54 PM

Previous topic - Next topic

Hasan

Hello, I have a question that bothers me ... I would like to know a string given as input, count the number of words that have only 2 vowels in them and print the count (print 0 if none were found) in c++? Thank you for helping me!