Question: Write a program to calculate the needed score of final exam in order to get an A . The course has had 2 homework assignments

Write a program to calculate the needed score of final exam in order to get an A. The course has had 2 homework assignments worthing 50 points for each one. The final exam worths 100 points. Your program should do the following things:
1. Prompt the user for their grade on homework 1 using the input function;
2. Prompt the user for their grade on homework 2 using the input function;
3. Using the user's responses, calculate the min score that they need on the final and print it.
The format of your inputs and output should be like:
Please enter your score on homework 1: 48
The minimum score that you need on the final for an A is: 92
To get an A, the average of the three scores should be >=90%.
You do not need to worry about any kind of input validation. The test cases are well designed.

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!