my problem:
i have to write a code using recursive function about arithmetic series in multiplication.
example:
the user will input two integers the length of the output and the difference, the output must start to 2.
Enter the length: 5 //this is not fixed
Enter the difference: 2 //this is not fixed
the output must be: 2 4 8 32 256
if you know the program please help me..
thanks