Question: Write a python program that asks calculates student grades. The program should prompt the user to enter the number of tests, then ask the user

Write a python program that asks calculates student grades. The program should prompt the user to enter the number of tests, then ask the user to enter the weight of the overall grade that each test holds, the weight of final exam, the weight of HW, and the weight of programs. After, the user should be prompted to enter in their scores for each test / HW average / and program average (exclude the final exam here because it has not been taken). Calculate their current score and match it with corresponding letter grade and tell them without the final this is their grade. Finally, output the final exam grade they would need to achieve each overall letter grade [A - D] in the course. Here is a sample output. The program should not output any impossible scenarios where the final exam grade needed is >100.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!