Skip to content

ananya39mehta/Implementation-of-Constructor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Student Management System

Introduction

This Java program is a simple student management system that allows users to perform various operations related to student data management. It provides functionalities to add, display, search, update, and delete student records.

Features

  • Add Student: Allows users to add a new student with details such as PRN, name, date of birth, and marks.
  • Display Students: Displays all existing student records with their details.
  • Search Students: Provides options to search for students by PRN, name, or position in the list.
  • Update Student: Allows users to update the details of an existing student.
  • Delete Student: Enables users to delete a student record.

Usage

  • When prompted, enter the corresponding number for the operation you want to perform.
  • For adding a new student, provide the PRN, name, date of birth, and marks.
  • For searching, enter the PRN or name you want to search for.
  • For updating, provide the PRN of the student you want to update, and then enter the new details.
  • For deleting, enter the PRN of the student you want to delete.

Output

1. Add Student
2. Display Students
3. Search Students
4. Update Student
5. Delete Student
6. Exit
Enter your choice: 1
Enter PRN: 12345
Enter Name: John Doe
Enter Date of Birth: 2000-01-01
Enter Marks: 85
Student added successfully!

...

Enter your choice: 2 PRN: 12345 Name: John Doe Date of Birth: 2000-01-01 Marks: 85

...

Enter your choice: 6 Exiting program. Goodbye!

Contributors

  • Ananya Mehta

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages