Project 3 Project Guidelines: ------------------- 1. A large envelope with your name and project number written on the front. 2. A program listing of your program. 3. A diskette containing all your classes (separate directories) and files. 4. Make copies of the DOS screens during each run. Output Guidelines: ------------------ 1) Display each distinct course and the unique number assigned to it. This was accomplished with the hash table. For example: 0 ENG100 1 PSY050 2 MAT220 3 ... 2) Display the adjacency matrix for the graph. It suffices to print a matrix of 0s and 1s. 3) Display the final exam schedule. For example, Slot 1 ... Slot 2 ... Slot 3 ... ... ...