id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

sspiege3@schools.nyc.gov magpieactivity4hwb > stripVowels
prev  |  next  |  chance

Return String s without vowels. For the sake of simplicity, "y" is not considered a vowel.


stripVowels("cat") → "ct"
stripVowels("CAT") → "CT"
stripVowels("Beatles") → "Btls"

...Save, Compile, Run (ctrl-enter)

public String stripVowels(String s){ }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Copyright Nick Parlante 2017 - privacy