Java 1 Quiz in Class 
  #37 - Friday, January 5, 2007
You need to know
  - What a class is
- How to create an ArrayList 
    called "money" (remember the import statement!)
- How to create a Random 
    object called "randObject" (remember the import statement!)
- How to create a random 
    number between 0 and something
- Using compound conditionals 
    (are two flips the same?)
- Creating a new type of 
    coin (the half dollar)