MCAHILL9616IN MCAHILL9616IN Computers and Technology Answered 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