You may copy the jar file for this lab by issuing the command below from your CS account (on a Linux machine):
The primary purpose of this lab is to provide you with the opportunity to work with files, practice working with exceptions, and implement a dynamically allocated Queue class.
Note that you will not get any credit if your queue is implemented in an array, or if you use any any class in the Java Collections Framework.
| In-lab participation | 3 points |
| Activity 1 | 9 points |
| Activity 2 | 8 points |
| Activity 3 | 10 points |
| Total | 30 points |