about | help | code help+videos | done | prefs |
findNumberVowels
Create a method public int findNumberVowels (String word) that will return how many vowels a word has. You can assume all words will be lowercase. findNumberVowels("apple") → 2 findNumberVowels("cat") → 1 findNumberVowels("mississippi") → 4 ...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