about | help | code help+videos | done | prefs |
Write a method that has a string input parameter and a character input parameter. Return a new string as shown in the test data. The string input parameter will have at least one character in it. insertChar123("testing", "a") → "taeasataianaga" insertChar123("run", "-") → "r-u-n-" insertChar123("fun", "X") → "fXuXnX" ...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: 250
Copyright Nick Parlante 2017 - privacy