HI everyone,
I'm still working on this rational program I have to write. I'm writing a program that will compute the following summation series using rational class:
1/1 + 1/2 + 1/3 + ...+ 1/n
1/1 + 1/2 + 1/2^2 +...+ 1/2^n
I think I have the first part worked out mostly but now it's the second part. I know I definetly am doing something wrong. I'm trying to get the ^3's to increase up to 10 then give the sum. I don't know if I've don't that right. Can someone please help me!! I'm confused!
Below is what I've written so far:
I thank all in advance for their help.
Stacey