Skip to content

Program that handles details about students and implements hash tables and searching

Notifications You must be signed in to change notification settings

rehan-code/Student-Database-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Requirements

  • gradle
  • java

Usage

gradlew run

Functionality

  1. Enter information for a new Student
  2. Enter information for a new GraduateStudent
  3. Show all student information with each attribute on a seperate line
  4. Print the average of the average grades for class, as well as the total number of students
  5. Enter a specific program/course and show all student information for that program/course
  6. Load Student information from an input file
  7. Save all student information to an output file
  8. Lookup via HashMap with program, year, and lastName

Notes

  • This project highlights some of the OOP principles i.e. GraduateStudent Class is a subclass of Students.
  • Uses Java Swing for GUI

About

Program that handles details about students and implements hash tables and searching

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages