about | help | code help+videos | done | prefs |
Write a method that returns a string with all the numbers from 'low' to 'high' in the string with each number separated by a space, and with a space after the last number. Look at the test data for examples. sep27_2016_APSLHL_numCount(5, 7) → "5 6 7 " sep27_2016_APSLHL_numCount(10, 15) → "10 11 12 13 14 15 " sep27_2016_APSLHL_numCount(8, 9) → "8 9 " ...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: 280
Copyright Nick Parlante 2017 - privacy