This is a simple command-line Java application to manage student records. You can add, delete, search, and view all students.
- β Add a new student
- β Delete a student by roll number
- π View all students
- π Search for a student by roll number
-
Clone this repository:
git clone https://github.com/your-username/student-management-system.git
-
Compile and run the program:
javac studentmanagement/Main.java java studentmanagement.Main
After running the program, youβll be asked to choose an option from the menu to manage student records.