Source code for Activity 1
For the source code below to "work" you will need a development environment similar to
BlueJ
that allows interactive calling of object and class methods.
A simple implementation of Card objects
Card.java
A simple implementation of card hands
Hand.java
A simple implementation for the game of Black Jack
BlackJack.java