So i need to write a function that divides 2 numbers and gives a remainder and a quotient using recursion, but without any loops or division or mod operator. This is what i have so far, but i need to know what to do with "ient, and &remiander. I cant modify main() in anyway, just need to write the function.