Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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:
Prompt the user for their grade on homework 1 using the input function;
Prompt the user for their grade on homework 2 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 1: 48
Please enter your score on homework 2: 40
The minimum score that you need on the final for an A is: 92

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions