Question: Q 2. Creating a C++ program for making change. Due date: Wednesday, January 18 Write a C++ program that makes change in US coins for

 Q 2. Creating a C++ program for making change. Due date:

Q 2. Creating a C++ program for making change. Due date: Wednesday, January 18 Write a C++ program that makes change in US coins for a given amount. The program prompts the user to enter the amount for which we need change and then prints out the number of coins of each denomination needed to generate the amount, tusing the smallest possible number of coins. Here is a sample output: Please enter the amount: 107 You will need: 4 Quarters 1 Nickel 2 Pennies Thank-you, Goodbye! Program Requirements. The code should be neatly indented, use meaningful variable names and named constants and have appropriate, succinct comments. Your program must not use any 1 loop statements. Grading scheme. This homework is worth 60 points. The specifications and points for each component are as follows: 1. Raptor flowchart. (10 points). Flowchart should run correctly. 2. User Documentation. (15 points) A neatly formatted document that addresses all of the following points in an itemized manner: (i) The purpose of the program (ii) Where the program is located, and how it is to be compiled and executed. (iii) Any particular issues that the user should be aware of. This includes any peculiarities of the program, and things the user should be careful about. The user document must be written such that a non-programmer can understand it

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!