Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Student Management System This Java program is a simple student management system that allows the user to add, display, search, update and delete students.

Getting Started These instructions will help you to get a copy of the project up and running on your local machine for development and testing purposes. Upon running the program, the user is presented with a menu containing several options:

Add Student Display All Students Search by PRN Search by Name Search by Position Update/Edit Student Delete Student Exit The user can select an option by entering the corresponding number.

Add Student The user can add a new student by selecting option 1 from the menu. The program prompts the user to enter the student's PRN, name, date of birth (dd-mm-yyyy), and marks.

Display All Students The user can display all the students in the system by selecting option 2 from the menu. The program prints out the details of all the students.

Search by PRN The user can search for a student by their PRN by selecting option 3 from the menu. The program prompts the user to enter the PRN of the student they wish to search for. If a student with the specified PRN is found, their details are printed out.

Search by Name The user can search for a student by their name by selecting option 4 from the menu. The program prompts the user to enter the name of the student they wish to search for. If one or more students with the specified name are found, their details are printed out.

Search by Position The user can search for a student by their position in the list of students by selecting option 5 from the menu. The program prompts the user to enter the position of the student they wish to search for. If a student exists at the specified position, their details are printed out.

Update/Edit Student The user can update the details of a student by selecting option 6 from the menu. The program prompts the user to enter the PRN of the student they wish to update. If a student with the specified PRN is found, the user is prompted to enter the new details of the student (name, date of birth, and marks).

Delete Student The user can delete a student by selecting option 7 from the menu. The program prompts the user to enter the PRN of the student they wish to delete. If a student with the specified PRN is found, the student is deleted from the system.

Exit The user can exit the program by selecting option 0 from the menu.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages