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 • Add a student to the record. Remove a student from the record. Display the whole record list. Modify the student record. Exit. 2. Enables the user to choose the choice of action by typing the number between (1 to 5): adding a student to the record. • removing a student from the record. • displaying the whole record; 4) modify the student record. 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.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 5PE
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
•
•
Add a student to the record.
Remove a student from the record.
Display the whole record list.
Modify the student record.
Exit.
2. Enables the user to choose the choice of action by typing the number
between (1 to 5):
adding a student to the record.
removing a student from the record.
displaying the whole record; 4) modify the student record.
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.
Transcribed Image Text: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 • • Add a student to the record. Remove a student from the record. Display the whole record list. Modify the student record. Exit. 2. Enables the user to choose the choice of action by typing the number between (1 to 5): adding a student to the record. removing a student from the record. displaying the whole record; 4) modify the student record. 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.
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Linked List Representation
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT