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 homework assignments worthing points for each one. The final exam worths points. Your program should do the following things:
Prompt the user for their grade on homework using the input function;
Prompt the user for their grade on homework using the input function;
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 :
The minimum score that you need on the final for an A is:
To get an A the average of the three scores should be
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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
