Given a string, calculate the ratio of vowels to consonants
for example : x = 'This is a very good Day!'
y = 7/11
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers48
Suggested Problems
-
Return the largest number that is adjacent to a zero
5516 Solvers
-
Return a list sorted by number of occurrences
2890 Solvers
-
The Goldbach Conjecture, Part 2
2413 Solvers
-
Is my wife right? Now with even more wrong husband
1340 Solvers
-
Reverse the Words (not letters) of a String
472 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
7 vowels in 'This is a very good Day!'.
Are you sure of that ?
i , i , a , e, o, o, a . That's 7. Is there any problem ?
No ...