CSCI 181/182/202 Blackjack

Getting started

Start by downloading a ZIP file containing an almost complete NetBeans project named Blackjack. Unzip this file into your NetBeansProjects directory, start up NetBeans and load the project.

Task description

Congrats!!! You have been hired to work as a collaborator on a project to implement the card game BlackJack. Note that your coworkers have already implemented the main class Blackjack and the classes PlayingCard and DeckOfCards. They have also started work on the BlackjackHand class which you must complete according to the following design:

In Java files of the project each method is proceeded by comments offering implementation hints and tips. Read these carefully.

Implement and test your code. Submit only your BlackjackHand.java file.