about | help | code help+videos | done | prefs |
Given two integers, return true if the first integer is evenly divisible by the second. For example, if the first integer is 12 and the second is 3, then you should return true because 12 is evenly divisible by 3. fund_evenlyDivisible(12, 3) → true fund_evenlyDivisible(12, 4) → true fund_evenlyDivisible(12, 5) → 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