about | help | code help+videos | done | prefs |
Write a method called removeVowels, which takes a string parameter and returns a string with all vowels (a, e, i, o, u) removed from it. You can assume the string will have at least one letter and that all characters will be lowercase. removeVowels("hello") → "hll" removeVowels("computer") → "cmptr" removeVowels("goodbye") → "gdby" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 200
Copyright Nick Parlante 2017 - privacy