| about | help | code help+videos | done | prefs |
modulo
Given numbers n and m, return n modulo m without using the built-in method. modulo(5, 4) → 1 modulo(20, 5) → 0 modulo(100, 2) → 0 ...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: 110 Post-solution available
Copyright Nick Parlante 2017 - privacy