about | help | code help+videos | done | prefs |
Given a String, capitalize all of the vowels in it and lowercase all of the consonants. The vowels in English are A, E, I, O, U. string_capitalizeVowels("Monroe") → "mOnrOE" string_capitalizeVowels("Program") → "prOgrAm" string_capitalizeVowels("Code") → "cOdE" ...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