Question: Write this program in Python: Write a program that computes the grades for students in a class. The program should read in a file that
Write this program in Python:

Write a program that computes the grades for students in a class. The program should read in a file that contains the homework and test grades for each student. There will be 10 homework assignments, each worth 5%, and two exams, the first worth 15% and the second worth 35%. The program should print the average of the homework assignments, the scores of the tests, the overall class average, and a letter grade that is dependent on the overall class average. Write a program that computes the grades for students in a class. The program should read in a file that contains the homework and test grades for each student. There will be 10 homework assignments, each worth 5%, and two exams, the first worth 15% and the second worth 35%. The program should print the average of the homework assignments, the scores of the tests, the overall class average, and a letter grade that is dependent on the overall class average
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
