Return the remainder when the first number is divided by the second. Java writes this with the % operator.
int remainder(int a, int b)
Examples
There are also 3 hidden tests you can't see. Solve the problem, not the examples.