Hi, I need help with a program that you enter X and Y, and the program has to resolve
a)X^Y *Y
b)X/Y
it most be recursively and only using addition and subtraction.
For division the result most has 2 digits of precision but only using integer
example
INPUT OUTPUT
X=1 , Y=5 5 0.20