Stained_Silva
New member
- Joined
- Jan 23, 2015
- Messages
- 4
- Programming Experience
- Beginner
Hi Guys,
Stuck on a loop question..
Write a program to calculate and display the sum of the series:
1 - 1/2 + 1/3 - 1/4...
until a term is reached that is less than 0.0001
It might be that I have been up for hours and my brain is now dead, but I have no idea what Im supposed to do here..
Stuck on a loop question..
Write a program to calculate and display the sum of the series:
1 - 1/2 + 1/3 - 1/4...
until a term is reached that is less than 0.0001
It might be that I have been up for hours and my brain is now dead, but I have no idea what Im supposed to do here..