i need to make a dictionary that works as a telephone book.
this is what needs to happen when i type in the following:
add name number – it adds the name and number to the phonebook
lookup name – returns the number for the given name
alias name newname – lets u look up the number by typing the name or the alias "newname".
change name number – changes the number that is connected to the given name
quit – shuts down the the interactive use of the dictionary
thanks guys!
this is what needs to happen when i type in the following:
add name number – it adds the name and number to the phonebook
lookup name – returns the number for the given name
alias name newname – lets u look up the number by typing the name or the alias "newname".
change name number – changes the number that is connected to the given name
quit – shuts down the the interactive use of the dictionary
thanks guys!
Comment