I'm doing a problem with recursive functions for a class project. I'm trying to write a program that uses a recursive function that calculates a modulus without actually using the modulus operator. I'm trying to use a reference parameter because I think that's the easiest way to do this, however my program is not functioning as intended. I'm doing a problem with recursive functions fo