Question: c language, thanks Write a function named pay amount that determines the smallest number of $20.510, 55, and $1 bills necessary to pay the amount
Write a function named pay amount that determines the smallest number of $20.510, 55, 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. foes, and ones parameters are similar void pay amountint dollars, int "twenties, int "tens, int fives, int *ones Wadd your code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
