Student Management System
Student Management System
Management
System
GROUP 1
MEMBERS
1. Nguyễn Phúc Hiếu-20071086
+Display function: Browse the student list and display information of each student.
+Delete students:
Delete_Student function: Delete a student from the list based on the student code
provided.
This function allows users to view the current student list. Each
student's information including name, student code, age, gender and
score will be displayed on the screen.
3.Delete students:
This function allows users to remove a student from the student list based on the
student code. The user needs to provide the student code of the student to be deleted
and then that student will be searched in the list and removed from the list
4.Search for students:
This function allows users to search for a student in the list based on student code.
Users need to provide the student code of the student they want to search for and then
that student will be found in the list. If found, the student's information will be displayed
on the screen.
This function allows users to sort the student list in ascending order of scores.
The student list will be rearranged based on each student's score, from the
student with the lowest score to the student with the highest score.
6.Update student information:
This function allows users to update a student's information in the list based on the student code. The
user needs to provide the student code of the student that needs updating and can then update other
information such as the student's name, age, gender, and grades.
7.Record student list in file: