Homework 18 - Student Registration (Sample Mastery)
Due: Monday, April 19, 2004

The Assignment

This is a sample Mastery Exam using a Priority Queue with sorting.
Implement a Student class (from scratch): The tester file is StudentTester.java. Run this with your Student.java and the output should look exactly like StudentTesterOutput.txt.

Implement a PriorityQueue class (using the provided shell PriorityQueue.java):

The tester file is PriorityQueueTester.java. Run this with your PriorityQueue.java and the output should look exactly like PriorityQueueTesterOutput.txt.