Grade Report
- You will be writing a program that computes the weighted final grade
for a 201 student.
- For this task, you'll be provided a file, lisa.txt, containing the
student's name followed by each of the assignment weights and
corresponding grades, with one piece of information on each line.
- Your program will produce a grade report for that student which
contains the student's name, their course score and their letter grade
for the course.
- lisa.txt has the following content:
lisa.txt
Lisa
0.03
91
0.03
99
0.03
89
0.03
90
0.03
100
0.03
100
0.03
98
0.03
95
0.08
85
0.08
100
0.25
94
0.25
92
0.10
34
To get a copy of this file, use the following command:
cp /afs/umbc.edu/users/b/o/bogar/pub/lisa.txt .