| about | help | code help+videos | done | prefs |
Given two integers and two letters, create a string that repeats String 1, x times and String 2, y times. newString("N", "S", 1, 2) → "NSS" newString("U", "T", 4, 2) → "UUUUTT" newString("G", "F", 2, 6) → "GGFFFFFF" ...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: 200
Copyright Nick Parlante 2017 - privacy