Answered step by step
Verified Expert Solution
Link Copied!

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
coprog05- Introduction to python
Profo Tamike Clarke
Spring 2024
Alan Anderson
57
Boyd Bosh
89
carolyn Gmminings
93
Dante Dobbs
58
Elizebeth Perez
300
Frank Ferguson
100
Grant Gills
78
Daniella Gava
100
Edmund Eaisson
85
Faruk Fahra
0
Ginette could
73
milda fless
85
Irina Izquierdo
92
James Jones
60
Reysha king
100
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions