Writea program that will accept up to ten names (first and last names)and associ
ID: 3608858 • Letter: W
Question
Writea program that will accept up to ten names (first and last names)and associated birthdate.
Yourprogram should ask the user for how many people s/he wants to enterand then read the names
(firstand last) and the corresponding birth-date in the following format:MM/DD/YYYY. Your program
shouldthen use a menu that allows the user to select either the way s/hewants to display the list of the
entries, sorted by last name, first name, or birth-date, or tosearch for a specific entry by a specificfield
(lastname, first name or birth-date) from data entered by the user. Theprogram should terminate when the
user selects exit fromthe menu.
}