| about | help | code help+videos | done | prefs |
numVowels() -- You are given a String and want to count the number of vowels that occur in the String. For simplicity, any occurrence of 'a', 'e', 'i', or 'u' (regardless of case) is considered a vowel. numVowels("apple") → 2 numVowels("banana") → 3 numVowels("bananarama") → 5 ...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