Need Code in C# for
-
"enumerate all the ways of making change for X cents." For example, if given 10 cents, the possibilities include: 10 pennies, 5 pennies and 1 nickel, 2 nickels, and 1 dime. You can assume the allowable denominations are pennies, nickels, dimes and quarters. cents : number of cents that you should enumerate the change possibilities for (for example, 82) Above C# Code used should be non-recursive.
-
"enumerate all the ways of making change for X cents." For example, if given 10 cents, the possibilities include: 10 pennies, 5 pennies and 1 nickel, 2 nickels, and 1 dime. You can assume the allowable denominations are pennies, nickels, dimes and quarters. cents : number of cents that you should enumerate the change possibilities for (for example, 82) Above C# Code used should be non-recursive.
Wow - there's a piece of real world code if ever I saw one. I'm happy to do your homework. For $5. When the next assignment comes, and you can't do it because it assumes you know how to do this one, I'll charge you $10. And so on. OR, if your daddy isn't that rich and/or you actually want to be a software developer one day, think about the problem in terms of the tools you've been given ( i.e. what they taught you in class ), and if you get stuck, post your code and ask for help. Then I'll help for free. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
-
Wow - there's a piece of real world code if ever I saw one. I'm happy to do your homework. For $5. When the next assignment comes, and you can't do it because it assumes you know how to do this one, I'll charge you $10. And so on. OR, if your daddy isn't that rich and/or you actually want to be a software developer one day, think about the problem in terms of the tools you've been given ( i.e. what they taught you in class ), and if you get stuck, post your code and ask for help. Then I'll help for free. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
As what a great mutant once said, "Sometimes the mind needs to discover things for itself." I certainly agree with Christian and will certainly encourage you to stretch your God given nuts!:)