Give amounts of money to customers

Assignment Help Basic Computer Science
Reference no: EM131991924

A bank teller who has to give amounts of money to customers but can't count very well so needs you program to help them.

a) Write C program that will accept an integer value in the range of 5-95 and as a multiple of 5 representing the number of cents to give to a customer in their change. The program should calculate how many coins of each denomination and display this to the user. Valid coin values are 50, 20, 10 and 5. Your solution (program and algorithm) should be modular in nature. This requires the submission of a high-level algorithm and suitable decompositions of each step.

- for this problem the principle of code reuse is important

-should have one function in particular that can be reused (called repeatedly) in order to solve the majority of the problem

b)write C program that will allow the user to enter the amount of change as dollars and cents as a double (real number). Valid dollar values are 100, 50, 20, 10, 5, 2 and 1. The program should output the correct combination of dollar and cent denominations required and should be able to work for any valid dollar amounts. Cents amounts may be should be multiples of 5.

-you will need to explicitly convert a double to an integer to break the inputted double down to its component parts as integers

-use code below as the basis float change; int dollar, cents;

...

dollar = (int) change;

cents = (int) (((change - dollar)*100) + 0.5);

Reference no: EM131991924

Questions Cloud

Present value of each of your cousin debts : f the present value of each of your cousin's debts is the same, what is t?
Compare the salaries for the same job : Compare the salaries for the same job in two (2) different geographic locations within the United States. Speculate on two (2) economic influences.
In calculating total cash flow to firm : In calculating total cash flow to a firm, which of the following is not included?
Why do corporations employ investment bankers : Why do corporations employ investment bankers? Identify the primary market functions of investment bankers.
Give amounts of money to customers : A bank teller who has to give amounts of money to customers but can't count very well so needs you program to help them.
How applicable is the intervention to diverse families : What may be advantages or disadvantages of the systemic intervention based upon whether the family or the individual is the focus of treatment?
Briefly define grices four conversational maxims : Briefly define Grice's four conversational maxims and give a concrete example of a breach (or violation) of each one.
What should be the order of the interviews : What should be the order of the interviews? Would you consider interviewing Tommy, Andy, and Janet? Why or why not? How would you go about interviewing.
What are protective barriers and what should they entail : What are protective barriers and what should they entail? What mitigation procedures can be used to ensure the resiliency of protective barriers?

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Identifies the cost of computer

identifies the cost of computer components to configure a computer system (including all peripheral devices where needed) for use in one of the following four situations:

  Input devices

Compare how the gestures data is generated and represented for interpretation in each of the following input devices. In your comparison, consider the data formats (radio waves, electrical signal, sound, etc.), device drivers, operating systems suppo..

  Cores on computer systems

Assignment : Cores on Computer Systems:  Differentiate between multiprocessor systems and many-core systems in terms of power efficiency, cost benefit analysis, instructions processing efficiency, and packaging form factors.

  Prepare an annual budget in an excel spreadsheet

Prepare working solutions in Excel that will manage the annual budget

  Write a research paper in relation to a software design

Research paper in relation to a Software Design related topic

  Describe the forest, domain, ou, and trust configuration

Describe the forest, domain, OU, and trust configuration for Bluesky. Include a chart or diagram of the current configuration. Currently Bluesky has a single domain and default OU structure.

  Construct a truth table for the boolean expression

Construct a truth table for the Boolean expressions ABC + A'B'C' ABC + AB'C' + A'B'C' A(BC' + B'C)

  Evaluate the cost of materials

Evaluate the cost of materials

  The marie simulator

Depending on how comfortable you are with using the MARIE simulator after reading

  What is the main advantage of using master pages

What is the main advantage of using master pages. Explain the purpose and advantage of using styles.

  Describe the three fundamental models of distributed systems

Explain the two approaches to packet delivery by the network layer in Distributed Systems. Describe the three fundamental models of Distributed Systems

  Distinguish between caching and buffering

Distinguish between caching and buffering The failure model defines the ways in which failure may occur in order to provide an understanding of the effects of failure. Give one type of failure with a brief description of the failure

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