Skip to content

johnliu-code/Tp_student_project

Repository files navigation

Tp_student_project

Create student course marks records management projects to practice using ArrayList and other java method.

  1. Create, delete, update, find, display Student id, first name, last name, gender;
  2. Create, delete, upadte, display Course id, name;
  3. Create, delete, update, find,display Results with student object, course object, mark1, mark2;
  4. Main menu to allow user swith to choose: 1: Student, 2: Course, 3: Results, 4: Quit.
  5. And submenuchoose from 1: Create, 2: delete, 3: update, 4: find, 5: display etc options to deal with Student and course, results data.
  6. Back to main menu and submenu;
  7. Check if records is empty then ask to create it.

2022.02.28

  1. Fixed results delete method issue: only can delete the first item. By making a new delete item collection solved the problem.
  2. Fixed issue is course delete method loop.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages