Find Reminder

Find Reminder

Determine the remainder from division of two positive integers.

example

Input: Two integers (number): dividend (the number to be divided) and divisor (the number by which division is going to be performed).

Output: Integer (number).

Examples:

assert.strictEqual(findRemainder(10,...
You should be an authorized user in order to see the full description and start solving this mission.