about | help | code help+videos | done | prefs |
logic_numSevenDigits
Given an integer "x", return the number of 7's in the number's digits. logic_numSevenDigits(7) → 1 logic_numSevenDigits(55) → 0 logic_numSevenDigits(727) → 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