Get expert advice and insights on any topic with IDNLearn.com. Ask anything and receive prompt, well-informed answers from our community of knowledgeable experts.

Write a program that will add up the series of numbers: 105, 104, 103… 3, 2, 1. The program should print the running total as well as the total at the end. The program should use one for loop, the range() function, and one print() command.

Sample Run
105
209
312
414
515
615



5555
5559
5562
5564
5565