about | help | code help+videos | done | prefs |
Given a String, change all of it's A's to B's and all of its B's to A's. string_changeAB("bad") → "abd" string_changeAB("BAD") → "ABD" string_changeAB("Bad") → "Abd" ...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