1. Include GPA and phone number (in the format xxx-xxx-xxxx) in each record
2. No duplicated ID allowed
3. Add method Swap(int id1, int id2) to swap the location of id1 and id2's record in the list
4. Add method Modify(int id, char*, char*, float, char*) to modify the id's record. If such id not exist, add it as a new record into the list
Design your own test program to test the modification.
(we use visual c++ to do this problem.)
You can download the source code attached. All the three source codes gets involved.
Attachment:- recordprog.zip