This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include<stdio.h> | |
| /* | |
| dispense_change() parameters | |
| ----------------------------- | |
| int n : the amount | |
| int *s50 : how many 50's to return | |
| int *s20 : how many 20's to return | |
| int *s10 : // how many 10's to return | |
| ------------------------------- |