The purpose of this in-lab is to give you hands-on experience with arrays and the class ArrayList.
You are encouraged to work with one other partner on this assignment.
Create a BlueJ project named lab7 on your lab computer. Place the following lecture files from Wednesday, October 15th into this project:
Modify the CardDeck class so that it uses the built-in ArrayList class instead of an array. The modified CardDeck class should function exactly the same as the unmodified one.
Before your lab section finishes, e-mail your lab TA the CardDeck.java file in an e-mail with the following subject line: CS 160, Lab 7, your name, your partner's name.
To receive credit for this assignment, your lab TA must receive an e-mail (with a timestamp before your lab section ends) from you with the appropriate files attached to it. Do not worry if you are not finished - send what you have because partial credit can be earned.
Once you have e-mailed your lab TA the appropriate files, please delete the Lab7 directory that you created and empty the recycle bin on your desktop. Thanks.