about | help | code help+videos | done | prefs |
Given a String named 'word' and an integer named 'num', return a String that has the 'word' repeated 'num' number of times! fund_repeatWord("Hi", 2) → "HiHi" fund_repeatWord("Bye", 3) → "ByeByeBye" fund_repeatWord("Later", 1) → "Later" ...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