in reply to Simple but thought-provoking programming tasks [OT]

There's always the classic "making change" problem:

What is the least number of coins required to total $x.xx?
Variations on that problem could include:

  • Comment on Re: Simple but thought-provoking programming tasks [OT]