Skip to content

asifulalamkn/Student-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Student Management System (Java)

A simple console-based Student Management System written in Java.
This project allows users to add, view, search, update, and delete student records.


Features

  • Add new students
  • Show all students
  • Search student by ID
  • Search student by name
  • Update student information
  • Delete student
  • Exit program

Project Structure

StudentManagement/

├── src/
│ ├── Main.java
│ └── Student.java

└── README.md


How to Run

1. Install Java (JDK 8 or later)

2. Open a terminal inside the project folder

3. Compile the Java files:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors