Parking Garage
Laurie Park makes payment machines for municipal parking garages.
- Her machines charge for parking in increments of 25 cents.
- Her machines accept payment in quarters and $1, $5, and $10 bills.
- Her machines can only give change in $1 (dollar bills) and $0.25 (quarters)
Write a Python script that conforms to the following
- Inputs
- Asks for the charge for parking (remember, it will be in increments of quarters)
- Asks for the amount of money received from the customer
- Print Statements
- Prints the number of dollar bills and the number of quarters needed to make change.
- Example(s)
- Special Instructions
- Both values calculated are integers and should be treated/displayed as such.
Drag the appropriate blocks from the left column and put them in the correct order in the right column such that the code will solve the problem described above. [Note: You may not need to use all of the blocks.]
Click on the "Check My Answer" button at the bottom of the page when you are ready to test your solution.
