Question: Write a program to read a CSV file filled with student names and scores Each student can have a different number of scores An example
Write a program to read a CSV file filled with student names and scores
Each student can have a different number of scores
An example of the csv file there is one in the test zip file
John,
Jane,
Jack,
All scores are integers
Round the average to one decimal place
Sample Run #bold underlined text is what the user types:
Input file? students.csv
Output file? grades.txt
John:
Jane:
Jack:
Note: This is an introductory level class so please no classes and try to stick to more beginner level coding. This is an assignment using input and outputs and associated code.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
