/Student-Transcripts

Creates a transcript for a roster of students, implementing doubly linked list classes. Add/remove students, their individual courses, course grades, display single student transcripts (including weighted GPA's), or display all the transcripts from the roster of students

Primary LanguageJava

Student-Transcripts

Creates a transcript for a roster of students, implementing doubly linked list classes.
Add/remove students, their individual courses, course grades, display single student transcripts (including weighted GPA's), or display all the transcripts from the roster of students

/**

  • @version 1.0
  • @since 10/20/16
  • @author George Nguyen */