Write a program to go through your address book and print the names
Everyone has at least one friend who always remembers everyone’s birthday. Write a program to go through your address book and print the names and phone numbers of all people who have birthdays on that day, so you can give them a call. For this program you MUST use the following struct, the classand the non member function struct Date { int month; […]