Objectives:
- Declare, initialize, and use arrays and ArrayLists
- Recognize and take advantage of autoboxing and unboxing
- Use foreach loops to control program flow
- Utlize the Integer and Double classes
- Understand, implement, and use simple array algorithsm for common tasks
- Write your own ArrayList class with a subset of the original methods