about | help | code help+videos | done | prefs |
Given a non-negative int n, return the number of its digits recursively (no loops). Note that divide (/) by 10 removes the rightmost digit (126 / 10 is 12). countDigits(126) → 3 countDigits(49) → 2 countDigits(12) → 2 ...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