Question: just the function please, not the whole code. C++ Question 11 Write a function named pay amount that determines the smallest number of $20, $10,

just the function please, not the whole code.
C++  just the function please, not the whole code. C++ Question 11

Question 11 Write a function named pay amount that determines the smallest number of $20, $10, $5, and $1 bills necessary to pay the amount represented by the dollars parameter. The twenties parameter points to a variable in which the function will store the number of $20 bills required. The tens, fues, and ones parameters are similar. void pay_amount(int dollars, int "twenties, int'tens, int fives, int'ones) Madd your code } Edit View Insert Format Tools Table 12ptv Paragraph v

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!