Question: **C++** In this program, you will calculate the MINIMUM total numbers of dollar bills, quarters, dimes, and cents for a given amount of change. (1)
**C++**

In this program, you will calculate the MINIMUM total numbers of dollar bills, quarters, dimes, and cents for a given amount of change. (1) Declare a variable "changeAmount" and read its value from the keyboard (2) Declare a variable "numOfDollars and calculate the number of dollar bills (3) Declare a variable "numOfQuarters" and calculate the number of quarter coins 4) Declare a variable "numOfDimes and calculate the number of dime coins (5) Declare a variable "numOfCents" and calculate the number of cent coins 6) Print the following (no need for end of line) You need ?? dollars, ?? quarters, ?? dimes, and ?? cents
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
