Fall 2013 CSCI 202 Homework 2

This assignment must be completed by 9:00 AM on Saturday, 31 August and uploaded to the Homework 2 moodle page. You should upload only your BlackjackHand.java file.

The task

First, be sure to complete the blackjack project as described in the CSCI 181/182/202 Blackjack page.

Presently both the BlackjackHand uses partially filled arrays as described in Section 7.1.4 of the text to hold the hand. In BlackjackHand replace the partially filled array with an ArrayList as described in Section 7.7. In this classes, an array and its companion variable will be replaced by a single ArrayList.