about | help | code help+videos | done | prefs |
Write a method that returns a string of 'numChars' copies of 'symbol' with no spaces. See the test data. makeString(5, "x") → "xxxxx" makeString(3, "7") → "777" makeString(1, "A") → "A" ...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: 220
Copyright Nick Parlante 2017 - privacy