Create a student record management system in java that allows users to manage a list of student names. The program should allow you to  1: add a student 2: delete student 3: search student 4: display all students should be able to store up to 100 students names and have a variable that can keep track of number of students. both variables must be global variables that are proceeded with static. use separate methods for each task(add, delete, search, display). use switch method for main menu options. use one class to display all 6 methods.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Create a student record management system in java that allows users to manage a list of student names. The program should allow you to 

1: add a student

2: delete student

3: search student

4: display all students

should be able to store up to 100 students names and have a variable that can keep track of number of students. both variables must be global variables that are proceeded with static. use separate methods for each task(add, delete, search, display). use switch method for main menu options. use one class to display all 6 methods. 

 

● Do not forget to add the name header as follows:
/* CS 170: Java Programming 1
*Project: Student Record Management System
* Team Member 1 name
* Team Member 2 name
*/
Test Cases (Sample outputs):
Test your program with following scenarios:
Test Case 1:
Bluel: Terminal Window - Student RecordManagement System
Options
Student Record Management System
1. Add a new student record
2. Delete a student record
3. Search for a student record
4. Display all student records
5. Exit
Enter your choice (1-5): 5
Thank you for using the Student Record Management System!
Transcribed Image Text:● Do not forget to add the name header as follows: /* CS 170: Java Programming 1 *Project: Student Record Management System * Team Member 1 name * Team Member 2 name */ Test Cases (Sample outputs): Test your program with following scenarios: Test Case 1: Bluel: Terminal Window - Student RecordManagement System Options Student Record Management System 1. Add a new student record 2. Delete a student record 3. Search for a student record 4. Display all student records 5. Exit Enter your choice (1-5): 5 Thank you for using the Student Record Management System!
Bluel: Terminal Window-StudentRecordManagementSystem
Options
Student Record Management System
1. Add a new student record
2. Delete a student record
3. Search for a student record
4. Display all student records
5. Exit
Enter your choice (1-5): 4
No student records found.
Student Record Management System
1. Add a new student cord
2. Delete a student record
3. Search for a student record
4. Display all student records
5. Exit
Enter your choice (1-5): 1
Enter the student's name: Jon
Student record added successfully.
Student Record Management System
1. Add a new student record
2. Delete a student record
3. Search for a student record
4. Display all student records
5. Exit
Enter your choice (1-5): 1
Enter the student's name: Nora
Student record added successfully.
New Tab
Transcribed Image Text:Bluel: Terminal Window-StudentRecordManagementSystem Options Student Record Management System 1. Add a new student record 2. Delete a student record 3. Search for a student record 4. Display all student records 5. Exit Enter your choice (1-5): 4 No student records found. Student Record Management System 1. Add a new student cord 2. Delete a student record 3. Search for a student record 4. Display all student records 5. Exit Enter your choice (1-5): 1 Enter the student's name: Jon Student record added successfully. Student Record Management System 1. Add a new student record 2. Delete a student record 3. Search for a student record 4. Display all student records 5. Exit Enter your choice (1-5): 1 Enter the student's name: Nora Student record added successfully. New Tab
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 9 images

Blurred answer
Knowledge Booster
Unreferenced Objects
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education