Then I would say the structure would be something like:
- if amount bigger than 100, then dollars equals amount/100 and change amount to amount%100
- if amount bigger than 25, then quarters equals amount/25 and change amount to amount%25
- and so forth...
//edit
ML is a
functional programming language the
Moscow ML version was developed by an old
professor of mine. So I started out learning LISP and ML as the first two programming languages.
By the way, welcome here at Code Newbie
