Skip to content

Latest commit

Β 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

Student-Record-Management-System

πŸŽ“ Student Record Management System (CLI-Based Java Project)

This is a simple Command Line Interface (CLI) based CRUD system built in Java to manage student records. The system uses ArrayList to store and manipulate student data such as ID, name, and marks.


πŸš€ Objective

To build a basic Java application for managing student data using object-oriented programming and data structures, and to understand how CRUD (Create, Read, Update, Delete) operations work in real-world scenarios.


πŸ› οΈ Tech Stack

  • Language: Java
  • IDE: IntelliJ IDEA / VS Code
  • Data Structure Used: ArrayList

πŸ“‚ Features

  • βž• Add Student
  • πŸ‘οΈ View All Students
  • ✏️ Update Student Details
  • ❌ Delete Student
  • πŸšͺ Exit the Program

🧾 Student Class Structure

Each student object contains:

  • id (Integer)
  • name (String)
  • marks (Double)

πŸ§ͺ Sample Menu

--- Student Record Management System ---
1. Add Student
2. View Students
3. Update Student
4. Delete Student
5. Exit

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages