0
c++ program to accept a string and count the number of words and vowels in that string
2 Respostas
+ 7
Hi Stibin Q&A is not a place for assignments or homework we will be happy to help you after you make an attempt if you still have issues or questions. As is this post will be marked for deletion and removed if you attempt and still need help feel free to post your code with your question.
0
Another approach using algorithm is as below:
https://code.sololearn.com/cHz7CfEEYhNG/?ref=app
extend code to find count of vowels...