java-lab3-provided.zip
Terminal.java --- This is the Terminal class provided with Lab 1.
When a transcripted is started (via a command line argument or by
directly using startTranscript in the driver) the output goes
to the terminal and to the transcript file. If you prefer to use the
Terminal class from Lab 2, that is fine.
Driver1.java The driver to use if you have not implemented remove
Driver2.java The driver to use if you have implemented remove
usefulCode This contains the code you'll need to create the method
to simulate a coin flip.