| about | help | code help+videos | done | prefs |
isSelfDivisor
Make isSelfDivisor which if it is a three digit number and A self-divisor is a number that is divisible by each of its digits. For example, consider the number 128: 128 is divisible by its ones digit (1), tens digit (2), and hundreds digit (8). isSelfDivisor(248) → true isSelfDivisor(128) → true isSelfDivisor(562) → false ...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