Using Linked List to save the name and date of X-number of events.
this is code to sace the name and date of any event, if you do not know how many events you will have then a linked list is efficient way to store this information. A linked list is a linear collection of data elements whose order is not given by their physical placement in memory.