With the program provided, apply it to create a simple student record system 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

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter13: File Input And Output
Section: Chapter Questions
Problem 1GZ
icon
Related questions
Question
With the program provided, apply it to create a simple student record system 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):
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.
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)
Transcribed Image Text:With the program provided, apply it to create a simple student record system 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): 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. 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)
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 7 images

Blurred answer
Knowledge Booster
Header Files
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning