about | help | code help+videos | done | prefs |
string_AtoB
Given a String containing a word, return a new String where all of the "a" letters have been replaced with "b". Also change any "A" to "B". string_AtoB("apple") → "bpple" string_AtoB("Apple") → "Bpple" string_AtoB("amazon") → "bmbzon" ...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