Use a here document to add a new menu item to the lookup script to resemble the following:
[1] Add entry
[2] Delete entry
[3] Change entry
[4] View entry
[5] Exit
Write a function to handle each of the items in the menu. After the user has selected a valid entry and the function has completed, ask if the user would like to see the menu again. If an invalid entry is entered, the program should print
Invalid entry, try again.
and the menu will be redisplayed.