about | help | code help+videos | done | prefs |
remainder
Given two integers, numerator and denominator, divide the numerator by the denominator and return the remainder of the operation. remainder(5, 3) → 2 remainder(3, 2) → 1 remainder(8, 4) → 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: 3
Copyright Nick Parlante 2017 - privacy