Question: C++ programming question: I have a question on how to create a console application that allows you to add and delete student records. I have
C++ programming question:
I have a question on how to create a console application that allows you to add and delete student records. I have to be able to print the entire list of student records. The main menu needs to have add, delete, print, and exit as options. I need 2 classes, one class for entering student information (ID and Name). The other that manages the list of students.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
