| about | help | code help+videos | done | prefs |
Given two numbers n and m, return a String that that includes the next m integers after n. For example, if n is 0, and m is 10, the String would be "12345678910" countM_AfterN(1, 3) → "234" countM_AfterN(9, 9) → "101112131415161718" countM_AfterN(123, 5) → "124125126127128" ...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