5. Exit 2. Enables the user to choose the choice of action by typing the number between (1 to 5): 1) adding a student to the record; 2) removing a student from the record; 3) displaying the whole record; 4) modify the student record; 5) exit. The record contains students' full name, student number, and general weighted average. 3. The list must display proper messages (when the list is full, or when the list is empty, or when the items requested to be deleted is not in the list, etc.) 4. The program should run until user chooses to Exit. NOTE: - All the code must be well commented per line - Must be a singly linked list - Use dynamic memory allocation - Use an array - Has the followin

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
Implement a STUDENT RECORD program in C++ (SINGLY LINKED LIST) that does the following: 1. Displays a Menu (do..while loop) with choices for user to choose from (similar to the one shown below) MENU 1. Add a student to the record 2. Remove a student from the record 3. Display the whole record list 4. Modify the student record 5. Exit 2. Enables the user to choose the choice of action by typing the number between (1 to 5): 1) adding a student to the record; 2) removing a student from the record; 3) displaying the whole record; 4) modify the student record; 5) exit. The record contains students' full name, student number, and general weighted average. 3. The list must display proper messages (when the list is full, or when the list is empty, or when the items requested to be deleted is not in the list, etc.) 4. The program should run until user chooses to Exit. NOTE: - All the code must be well commented per line - Must be a singly linked list - Use dynamic memory allocation - Use an array - Has the following C++ features: insert, delete, get full list, and empty list. (THESE ALL ARE REQUIRED) For the initial record content, use the following: 1. Aragon, Patrick Laurence M. | | 2021001 | 1.45 2. Alambra, Joseph Nathaniel | 2021004 | 1.26 3. Banal, Daryll L. | 2021009 | 1.63 4. Cualbar, Angel Mae C. | 2021077| 1.56 5. De Guzman, Jastine V. | 2021102 | 1.26 6. Espejo, Yra Almira | 2021113 | 1.71 7. Magpatoc, Trixia M. | 2020172 | 1.54 8. Santos, Nicole Kathleen M. | 2021068 | 1.73 9. Sentasas, David Bryan L. | 2021087 | 1.29 10. Solis, Anthony Andrei | 2021110| 1.47 11. Tutanes, Allen Christopher O. | 2021058 | 1.27
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Linux
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
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