about | help | code help+videos | done | prefs |
Given a string array "words", return an integer array whose elements are the number of vowels in each word. The vowels are A,E,I,O,U and their lowercase versions. string_vowelCountArray(["Vowel", "Count"]) → [2, 2] string_vowelCountArray(["COMPUTER", "science"]) → [3, 3] string_vowelCountArray(["algorithm", "code"]) → [3, 2] ...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