Lesson goal: Sum of numbers ending in one

Previous: Diverging and converging series | Home | Next: Make it snow

Use a for loop to answer this question: What is the sum of all integers between 50 and 350, that end in 1? (From: Artino, 1973, #7)

Now you try. Figure out how to run the for-loop over the integers between 50 and 350 that end in 1.

Type your code here:


See your results here: