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

 

tim@ggc.edu > getLeetSpeak
prev  |  next  |  chance

Change a string to leet-speak where, e -> 4, t -> 7, g -> 6, and c -> (


getLeetSpeak("elite") → "4li74"
getLeetSpeak("good eggs") → "6ood 466s"
getLeetSpeak("count eggos") → "(oun7 466os"

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

public String getLeetSpeak( String str) { }

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

Difficulty: 100

Copyright Nick Parlante 2017 - privacy