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,
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
Get step-by-step solutions from verified subject matter experts
