| about | help | code help+videos | done | prefs | 
| Given a String word, return true if it has more vowels than consonants in it. The vowels are "a", "e", "i", "o", "u", and their capital versions. If the word is tied for the same number of vowels than consonants or has more consonants than vowels, return false. string_moreVowels("Aardvark") → false string_moreVowels("Education") → true string_moreVowels("Equilibrium") → true ...Save, Compile, Run (ctrl-enter) | 
Progress graphs: 
 Your progress graph for this problem
 Random user progress graph for this problem 
 Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy