Webastor - Programming Tips and Tricks

Programming language => C++ => Topic started by: Hasan on November 17, 2016, 07:04:54 PM

Title: 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++?
Post by: Hasan on November 17, 2016, 07:04:54 PM
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!