I did a infinite series program that would output all terms as it ran. How would I change it to output only every 100 terms? Also, if I wanted to output only the terms 5-100?
crap, I've spent 2 hours trying to figure this out and it was that simple. I got close though.. I knew i had to divide by 100 but didn't think about modulus. Thanks.