Student Management System This is a console-based Java program to manage student records. You can: Add new students See all student details Update marks Remove a student Running the Program Open the project folder in VS Code. Compile the program: javac StudentManagement.java