Write a program that produces a list of nz notes and coins

Assignment Help Basic Computer Science
Reference no: EM131030918

Money dispenser calculatorWrite a program that produces a list of NZ notes and coins required to give change for a user-entered amount up to $1000. The amounts are for whole dollar amounts (there's no need for 50c, 20c and 10c coins), so the variables used should be integers. For example, if the amount was $47, you could pay for this with 47 $1 notes, but you'd normally use a selection of larger denomination notes. For this question, you are to use the largest possible notes or coins at any given step. For the $47 example, as a $100 note is too big and so is a $50, the next step is to dispense $20 notes, and then $10, $5 and so on. The program prompts the user for the initial amount. This becomes the initial balance and as you dispense notes and coins, this balance decreases. e.g. A basic version might produce Initial amount ($): 348 $100 $100 $100 $20 $20 $5 $2 $1 >>> and a more advanced solution might display something like 3 x $100 2 x $20 1 x $5 and so on, however either version is sufficient for full marks. There is a lot of code that is mostly the same, so using a function is recommended.

HINT: don't forget the modulus % operator. Remember this is an arithmetic operator that yields the remainder: e.g. quotient = 47 //10 remainder = 47 % 10 print("47 divided by 10 is", quotient, "-- this used the // operator (integer division)", ) print("with", remainder, "left over. -- this used the % operator (modulus)") 47 divided by 10 is 4 -- this used the // operator (integer division) with 7 left over. -- this used the % operator (modulus)

Reference no: EM131030918

Questions Cloud

Designing a chlorination system for drinking water : Imagine that you are designing a chlorination system for a drinking water treatment plant. The design flow rate is (1577 m3/hr). You must provide a free chlorine residual of at least 1.0 mg/L chlorine in order to protect against contamination in t..
Solve given logarithmic equations : For all problems, write the problem and then delineate the step-by-step process necessary to solve the problems. Solve each logarithmic equation- ln(3x+1) - ln(5+x) = ln2 and 2ln(x-3) = ln(x+5) + ln4
Summarize each article including details on research cited : Based on the information available in these articles, explain your stance. Should people take a multi? Why or why not? Response should be at least 450 words.
History when making an employment decision : Given the emerging national health care plan, to what degree can employers consider an individual's workers compensation, health, disability, or attendance history when making an employment decision?
Write a program that produces a list of nz notes and coins : Money dispenser calculatorWrite a program that produces a list of NZ notes and coins required to give change for a user-entered amount up to $1000.
Hierarchical arrangement of lines of authority : The typically hierarchical arrangement of lines of authority, communications, rights and duties of an organization. Organizational structure determines how the roles, power and responsibilities are assigned, controlled, and coordinated, and how in..
What are the key sources of financing these organisations : Identify the differences in their reports structure and content - What are the key performance indicators?
Pros and cons of separating and integrating : Discuss pros and cons of "separating" and "integrating" the sourcing and logistics functions. Examine whether this BPM project of Gap led to the right decision to split them.
Define an array of size 1000 : For m (its value comes from the keyboard) processes divide that array to (m-1) segments. All the segments except the last one must be equal (Note that the last segment may get bigger than other segments)

Reviews

Write a Review

Basic Computer Science Questions & Answers

  What change would be made in value of the largest integer

If you double the length of the bit strings being used to represent integers in binary from four bits to eight bits, what change would be made in the value of the largest integer you could represent?

  The largest value that can be loaded into register

the largest value that can be loaded into Register Y of HCS12 is

  Open source licenses

Open source licenses are licenses that comply with the Open Source Definition; in short, they allow software to be freely used, modified, and shared. To be approved by the Open Source Initiative (also known as the OSI), a license must go through the ..

  Check whether arrays are empty or not

Create a new student with valid first/last name, id, and status.

  Pareto efficiency or domination

For each statement give 2x2 matrix that shows it is false. (I'd start by looking at the games I put up in class, Prisoner's Dilemma, Battle of the Sexes, World's Dumbest Game, etc.) When I talk about Pareto efficiency or domination assume it's strong..

  Choose one usability concept

Choose ONE usability concept and describe how you think that particular concept is important to your particular interface evaluation. Don't forget to focus on the readings to help give you a clear context for describing the usability concept. (Please..

  Logical data-base structure

A report generator is used to. Which of the following is not a logical data-base structure?

  Z-tranforms and convolution in matlab

Do problem 2c and 2d from homework of week 5 in Matlab.(c) and express it in positive powers of z. When computing the value of trigonometric functions, keep in mind that the arguments are always in radians and not in degrees.

  Successful technological innovations

Many successful technological innovations originated in small start-up organizations, while others originated in large, well-established organizations. Successful technological innovations

  The ceo of a company based in the usa

Additional research is required. Use the data presented in the case study as well as information provided by course readings, videos, simulations and Discussions.

  Bounces back out of the basket

Go throw a basketball into a shallow basket that is tipped toward you. Whenever you throw the ball into the basket, it bounces back out of the basket and falls onto the floor. How could this rebound be minimized when it is thrown?

  Estimate the cost of projects and maintaining team cohesion

The comparisons should be based on the effectiveness of each approach for planning the allocation of people to projects, estimating the cost of projects, maintaining team cohesion, and managing changes in project team membership.

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