Skip to content

mertyldz/transcript-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transcript Generator

  • This project is created for Allianz GelecegimAll program.
  • Application has 2 main packages: main and util.
  • Util package has Grade enum that will be used in main package while creating transcripts and CourseGrade objects. And other one is for testing Grade if it correctly works.
  • Main package has 3 main classes: CourseGrade, GenerateTranscript and Transcript.
  • GenerateTranscript have 2 methods to take input from user and from file.
  • File should be under the main folder
  • CourseGrade contains the information that is taken by students. It has department, code, credit, grade information.
  • Transcript class is using student id and course grade information to generate a transcript and calculate gpa.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages