Code Examples

Aside from the code on this page, here are some examples of my work:

Java

C# .NET

Crazy Cash Register (ASP.NET C#)
The page accepts the amount owed and the amount paid and returns the minimum amount of physical change UNLESS the amount owed is divisible by 3,
in which case the page should randomly generate the change denominations (but the math still needs to be right).
See it in action See the code