Write program the computes the minimum number of coins

Assignment Help Python Programming
Reference no: EM132382466

Question

Please use python.

As few coins as possible, please! Suppose that a cashier owes a customer some change and that the cashier only has quarters, dimes, nickels, and pennies. Write program the computes the minimum number of coins that the cashier can return. To solve this problem use the greedy algorithm explained below.

PROBLEM STATEMENT: Your program should first ask the user for the amount of money he/she is owed (in dollars).

You may assume that the user will enter a positive number. It should then print the minimum number of coins with which that amount can be made. Assume that the only coins available are quarters (25 cents), dimes (10 cents), nickels (5 cents), and pennies (1 cent).

EXAMPLES: If cashier owes 56 cents (i.e. $0.56) to the customer, the minimum number of coins the cashier can return is 4 (in particular, 2 quarters, 0 dimes, 1 nickel and 1 penny.

It is not possible to return 3 or less coins). If cashier owes $1.42 to the customer, the minimum number of coins the customer can return is 9 (in particular 5 quarters, 1 dime, 1 nickel and 2 cents). Thus your program will look like this, for different runs:

Enter the amount you are owed in $: 0.56

The minimum number of coins the cashier can return is: 4

Enter the amount you are owed in $: 1.42

The minimum number of coins the cashier can return is: 9

Enter the amount you are owed in $: 1.00

The minimum number of coins the cashier can return is: 4

Reference no: EM132382466

Questions Cloud

Write a program to prompt the user for hours and rate : Write a program to prompt the user for hours and rate per hour using input to compute gross pay. Award time-and-a-half for the hourly rate.
How many orders will company place if it follows economic : How many orders will company place if it follows the economic order quantity model?
What are the total carrying costs : The chairs are sold out before they are restocked. What are the total carrying costs?
Make a Vodcast presentation : This assessment task requires you to make a 5-minute Vodcast presentation (with audio, written text, and pictures/diagrams) about cancer (breast or prostate)
Write program the computes the minimum number of coins : Write program the computes the minimum number of coins that the cashier can return. To solve this problem use the greedy algorithm explained.
How much profit can you earn on using triangle arbitrage : In New York, you can exchange $1 for €0.7778 or £0.6619. Suppose that, in Berlin, £1 costs €1.151. How much profit can you earn on $17,120 using triangle
Define a class called animal that abstracts animals : Define a class called Animal that abstracts animals and supports three methods. Define Bird as a subclass of Animal and change the behavior.
Implement a program that starts by asking the user : Implement a program that starts by asking the user to enter a login id (i.e., a string). The program then checks whether the id entered by the user.
Write two python expressions that evaluate to the first : Write two Python expressions that evaluate to the first and last, respectively, word in words, in dictionary order. The response paper should be in APA format.

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd