As I mentioned, your program will create and manipulate a linkedlist of nodes of type LinkNode (already defined for you) thatcontains 2 pieces of data: a name, and an integer number.
The node structure is given to you as:
struct LinkNode{ string name; int number; LinkNode *link;};
You can see this definition in the lab09_header.h file.
Your program will do the following (and in the following order,as seen in the lab09.cpp file provided for you):
create a linked list of variable length (for example, nodesA->B->C).
print that linked list.
reverse that linked list (so that A->B->C becomesC->B->A, for
PayPal Gateway not configured
PayPal Gateway not configured