about | help | code help+videos | done | prefs |
String conCat2(String a, String b): Returns a concatenation of the two strings. The shorter string will PRECEDE the longer string. If the strings are the same length, return b + a; conCat2("abc", "XYZ") → "XYZabc" conCat2("Help", "Nobody") → "HelpNobody" conCat2("0123456789", "ABCDEFG") → "ABCDEFG0123456789" ...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: 102
Copyright Nick Parlante 2017 - privacy