In this package, place the following files from Homework 3:
    Queue.java
    QueueEmptyException.java
    QueueFullException.java
    ArrayQueue.java

They are needed because election.Ballot extends ArrayQueue.

You will have to add the line "package sequence;" at the top of each
file.
