This program calculates the different minimum notes or coins which will together added to make the sum equal to input amount.
For example, 162=100+50+10+2.
Description
enter here if you have any details
Program Name - CountCurrencyIndian Issue No.- #361
Type issue number after hash(#)
Checklist(self check)
[x] Yes, this task assigned to me.
[x] My code follows the style guidelines(Clean Code) of this project
[x] I have performed a self-review of my own code
[x] My Filename is in camelCase format
[x] I have added Problem statement, Problem link in file.
This program calculates the different minimum notes or coins which will together added to make the sum equal to input amount. For example, 162=100+50+10+2.
Description
enter here if you have any details
Program Name - CountCurrencyIndian
Issue No.- #361
Checklist(self check)