Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3-Python-GradeCalculation00 Highest grade: Problem Statement Calculate (and print) the average grade for four equally weighted programming assignments, where each assignment has a different number of

image text in transcribed
image text in transcribed
3-Python-GradeCalculation00 Highest grade: Problem Statement Calculate (and print) the average grade for four equally weighted programming assignments, where each assignment has a different number of points. Also track (and print) the highest and lowest grade. Sample Input Two lists: 50. 50.0 75.0 75.0 20 40 70 75 1. The first list contains the max possible score of each assignment. 2. The second list contains the student's score of each assignment. Submit 3 4-Python-Harry PotterPennies Highest grade A Problem Statement (oringlally in Studio 01) In an alternate universe, Harry Potter is looking for a new life in America. He takes a trip to the Gringotts Wizarding Bank to withdraw the remaining fortune that his late parents left him. After entering the Potter vault deep underground, he sees mounds of pennies, columns of silver, and heaps of little bronze Knuts (a wizarding currency). Harry pulls out his Submin 2000 flip phone to ask you, his dear American friend, how to make change for the pennies to obtain the proper number of each of the following currencies: . dollars = 100 pennies quarters 25 pennies dimes 10 pennies nickels 5 pennies Although you are a No-Maj (commonly known as Muggles in Great Britain), you know how to program and speak Python, a dialect of Parseltongue that even great wizards like Harry Potter and Tom Riddle cannot understand. Your program should seek the maximum number of each denomination in decreasing order. For example, if Harry says 798 pennies, your program will print out [7 dollars, 3 quarters, 12 dimes', nickels, 3 pennies'] Submit

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

Database Systems Design Implementation And Management

Authors: Peter Robb,Carlos Coronel

5th Edition

061906269X, 9780619062699

More Books

Students also viewed these Databases questions