Question: Can you please use a function to complete this code!!! use python 3 The sample output is supposed to look like this Cengag Cengag Part

Can you please use a function to complete this code!!! use python 3 Can you please use a function to complete this code!!! use python

3 The sample output is supposed to look like this Cengag Cengag

The sample output is supposed to look like this

Part 1(6 HW 11 Chemis Assignn ARC 10 Calenda sstate.edu/bbeswebdav/pid-1639663-dt-content-rid-27686201 1/courses/CSE-1284-09-201830/ ab9

Cengag Cengag Part 1(6 HW 11 Chemis Assignn ARC 10 Calenda sstate.edu/bbeswebdav/pid-1639663-dt-content-rid-27686201 1/courses/CSE-1284-09-201830/ ab9 CurrencyCalcula Objectives: Gain more experience with functions, parameters, and return values Gain experience with exceptions Problem Statement You are to design and create a program that takes in a price from the user (as a decimal without a dollar sign) and determine the most efficient way to meet that price in bills and coins. Your program should use the following bills: 100, 50, 20, 10, 5, and 1; it should also use the following coins: 25, 10, 5, 1. It can use some beyond these (such as a half dollar or two dollar bill) but it must have at least these currencies Your program should also be able to handle the instance in which a user enters in an invalid price gracefully without crashing Specifications: Your program should use the following four functions calcBills - calculates the number of each bill the price will require displayBills - displays how many of each bills the price will require (should not contain any math) calcCoins-calculates the number of each coin the price will require displayCoins-displays how many of each coin the price will require (should not contain any math) The functions should follow the given function hierarchy chart Main Program DELL

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!