Answered step by step
Verified Expert Solution
Question
1 Approved Answer
( i ) gradesSummary.py Implement a file processing program that generates a course grades summary report based on the course, instructor, and student data stored
i
gradesSummary.py
Implement a file processing program that generates a course grades summary report based on the course, instructor, and student data stored in a file.
The program will prompt the user for the name of the course data file and will display a report showing:
Course number & description
Instructor Name
Term
List of students registered in the course, and their corresponding grades
Number of students that passed & failed the course
Course passing percentage
Average grade for the course
The course data file is structured as follows per line:
Course number & description
Instructor Name
Term
List of students in the course, where each student record has two fields two lines per student
Student Name
Student Grade
coprog Introduction to python
Profo Tamike Clarke
Spring
Alan Anderson
Boyd Bosh
carolyn Gmminings
Dante Dobbs
Elizebeth Perez
Frank Ferguson
Grant Gills
Daniella Gava
Edmund Eaisson
Faruk Fahra
Ginette could
milda fless
Irina Izquierdo
James Jones
Reysha king
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started