Write a program that reads the attached file called input.txt , and creates an output.txt file that a value to each row that is the total of all the values in the row. Each row of the file will consist of three integer values separated by a comma. You must create an output file that will have four values for each row, the first three values from the original file plus a new value that is the sum of the other three. For instance, if the input file contains... 2,3,4 4,3,4 The output file will contain 2,3,4,9 4,3,4,11

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter13: File Input And Output
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question
100%

Please use python programming

 

Here is input.txt :

1,2,3
4,3,4
6,7,8
9,9,1
3,4,2
6,7,8

Write a program that reads the attached file called input.txt , and creates an output.txt file that a value to each
row that is the total of all the values in the row.
Each row of the file will consist of three integer values separated by a comma. You must create an output file that
will have four values for each row, the first three values from the original file plus a new value that is the sum of
the other three.
For instance, if the input file contains...
2,3,4
4,3,4
The output file will contain
2,3,4,9
4,3,4,11
Transcribed Image Text:Write a program that reads the attached file called input.txt , and creates an output.txt file that a value to each row that is the total of all the values in the row. Each row of the file will consist of three integer values separated by a comma. You must create an output file that will have four values for each row, the first three values from the original file plus a new value that is the sum of the other three. For instance, if the input file contains... 2,3,4 4,3,4 The output file will contain 2,3,4,9 4,3,4,11
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Files and Directory
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT