Computer Science / Game Programming

profilesehar
studentcontroller.class
public synchronized class StudentController implements comp1022p.assignment.ControllerLogic {
    public void StudentController();
    public void updateHighScoreRecords(comp1022p.assignment.GameRecord[], java.io.PrintWriter, int, int);
    public void outputHighScoreTable(java.io.BufferedReader) throws java.io.IOException;
}