The Student Management System is a Java-based console application designed to manage and maintain records of courses and students in an educational institution. It offers a set of features for adding, deleting, and transferring students, as well as managing course information.
-
Read Input Data: The system allows the user to read student and course data from a text file, populating the system with initial records.
-
Delete a Course: Users can delete a course from the system by providing the course number.
-
Insert a New Course: New courses can be added to the system by specifying the course number and name.
-
Delete a Student: Students can be removed from a course by providing the student's ID and the course number.
-
Insert a New Student: New students can be added to a course, including their name, ID, email, and address.
-
Transfer a Student: This feature enables the transfer of a student from one course to another.
-
Display Course List: The system can display a list of all registered courses, including the course number, name, and the number of students enrolled.
-
Display Student List: Users can view a list of students enrolled in a specific course, including their details.
-
Exit: Allows the user to exit the program.
-
Prerequisites: Ensure that you have Java installed on your system.
-
Clone the Repository: Clone this repository to your local machine.
-
Compile and Run: Compile and run the
Main
class to start the Student Management System. Follow the on-screen instructions for menu options.
Follow these steps to use the Student Management System:
-
Start the program by running the
Main
class. -
Choose from the menu options to perform various tasks.
-
If reading data from a file, make sure the input file is formatted correctly. The data in the text file should be separated by tabs.
-
Follow the on-screen prompts and instructions to complete the desired actions.
-
The system will provide feedback and summaries of the operations.
Contributions to this project are welcome! If you have suggestions or improvements, please follow these steps:
-
Fork the repository on GitHub.
-
Create a new branch for your feature or bug fix.
-
Make your changes and commit them with clear comments.
-
Push your changes to your fork on GitHub.
-
Create a pull request to the main repository.
Please adhere to the existing code style and provide clear descriptions of your contributions.
This project is licensed under the MIT License. See the LICENSE file for details.