This program will have names and addresses saved in a linked list. In addition, a birthday and anniversary date will be saved with each record.
When the program is run, it will search for a birthday or an anniversary using the current date to compare with the saved data. It will then generate the appropriate card.
Because this will be an interactive system, your program should begin by displaying a menu. Items on the menu should include:
Each of these sections will call individual functions to perform their appropriate task.
This address book is to be sorted in alphabetical order. Be aware of this when you are entering, deleting, or changing the name, and plan your code accordingly.
For this project, create and display the card created on the screen (you do not need to print it). You may design the layout of the card as you wish. For example, it could be:
Dear < name_saved>,
Hope your birthday is really wonderful and this coming year is the best yet!
Love,
Joanne