Write a recursive function that calculates product of two number with only summation.
Note: Inputs will ve ALWAYS positive numbers. You don't need to check if it is negative.
Log in to make your opinion count.