Enter exit to quit
Enter one of the following commands to perform the desired operation:
Menu --> To display the menu
Add --> To Add an element to the dictionary
Keys --> To print all the elements in the dictionary
MemberExists --> To Check if the member exists in the dictionary for the given key
AllMembers --> To print all the members in the dictionary
keyexists --> To check if the key exists in the dictionary
Members --> To print all the members in the dictionary
Remove --> To remove a member from the dictionary
RemoveAll --> To remove all the members for a key in the dictionary
Clear --> To remove all the keys and members from the dictionary
Items --> To print all the keys and the members in the dictionary