about | help | code help+videos | done | prefs |
Write a method that accepts a positive integer parameter, then returns an array consisting of single-digit integers with the digits from the input parameter. Look at the test data for examples. sep9_2016_SLHL_digitArray(1) → [1] sep9_2016_SLHL_digitArray(83) → [8, 3] sep9_2016_SLHL_digitArray(517) → [5, 1, 7] ...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: 290
Copyright Nick Parlante 2017 - privacy