A simple Java console application to manage student records.
- Add Student
- View Students
- Search Student
- Update Student
- Delete Student
- Java
- VS Code
- Git
- GitHub
StudentManagementSystem/ βββ Main.java βββ Student.java βββ StudentManager.java
- Clone the repository.
- Open in VS Code.
- Compile the Java files.
- Run Main.java.
Varshini Nagarajan