in reply to Re: Largest Sum of Consecutive Integers
in thread Largest Sum of Consecutive Integers
That's pretty close to what I was thinking, except I couldn't figure out how to get rid of that inside for loop since I missed the obvious way of getting the sum like in your example.