about | help | code help+videos | done | prefs |
You have a restricted set of string commands for this problem. The only string commands you are allowed to use are: .charAt .substring .length and .equals. No other string commands may be used. This method replaces each occurance of the 'remove' character with the 'replace' character. Other characters are not changed. Note that this method IS case sensitive, so if you are replacing 'e' you will NOT replace 'E'. runeDuneAdvanced1("Dune", "u", "a") → "Dane" runeDuneAdvanced1("", "j", "X") → "" runeDuneAdvanced1("abcde", "z", "W") → "abcde" ...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: 240
Copyright Nick Parlante 2017 - privacy