remainder

remainder : (int int -> int)

purpose:
to compute the remainder of dividing the first by the second integer


Beginning Student Language