Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

IN PYTHON PLEASE! Write a program to calculate the needed score of last test in order to get an A. The course had 2 homework

IN PYTHON PLEASE!

Write a program to calculate the needed score of last test in order to get an A. The course had 2 homework assignments worth 50 points for each one. The last test is worth 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 last test 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 last test 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.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2016 Riva Del Garda Italy September 19 23 2016 Proceedings Part 1 Lnai 9851

Authors: Paolo Frasconi ,Niels Landwehr ,Giuseppe Manco ,Jilles Vreeken

1st Edition

3319461273, 978-3319461274

More Books

Students also viewed these Databases questions

Question

Types of Interpersonal Relationships?

Answered: 1 week ago

Question

Self-Disclosure and Interpersonal Relationships?

Answered: 1 week ago