A file named “numbers.txt” is given to you which contains a few…

Question Answered step-by-step A file named “numbers.txt” is given to you which contains a few…  A file named “numbers.txt” is given to you which contains a few numbers in it, one number in each line.  script which takes this file as an input and prints the numbers in a cumulative format (the value at any line is the sum of the number in that line and all numbers before it) to another file named “cumulative.txt”. For example, if the numbers are like the below:21524825The output should be:217414974 Computer Science Engineering & Technology Software engineering CS 3500 Share QuestionEmailCopy link Comments (0)