/* * This file contains two things. First, there are some sample commands such * as might appear in a file that we use to test your project. Second, there * is an example of the output that might appear in response to the commands. * Note that you do not have to reproduce the example output format exactly. * Clearly, you should extract the commands from this file, with this or * other comments removed, to run them through your program. * */ NEWCOURSE CMSC_201 NEWCOURSE CMSC_202 NEWCOURSE CMSC_341 NEWCOURSE PSYC_100 NEWCOURSE PHED_135 NEWSTUDENT joe_slacker NEWSTUDENT jane_studious NEWSTUDENT fred_transfer REGISTER joe_slacker PHED_135 REGISTER jane_studious CMSC_341 REGISTER jane_studious PSYC_100 REGISTER jane_studious PHED_135 REGISTER fred_transfer CMSC_341 SCHEDULE jane_studious CLASSLIST CMSC_341 /* * Here is the output that might be generated for the command file above. * Note that all commands are echoed. * */ NEWCOURSE CMSC_201 NEWCOURSE CMSC_202 NEWCOURSE CMSC_341 NEWCOURSE PSYC_100 NEWCOURSE PHED_135 NEWSTUDENT joe_slacker NEWSTUDENT jane_studious NEWSTUDENT fred_transfer REGISTER joe_slacker PHED_135 REGISTER jane_studious CMSC_341 REGISTER jane_studious PSYC_100 REGISTER jane_studious PHED_135 REGISTER fred_transfer CMSC_341 SCHEDULE jane_studious Schedule for student jane_studious CMSC_341 PSYC_100 PHED_135 CLASSLIST CMSC_341 The students registered for CMSC_341 are jane_studious fred_transfer