¥Given
the name of a person, we want to find that person's phone number in our DeptDirectory.In other words, we want to define a method on the DeptDirectory class
¥findAddress(String
keyName)
¥that searches "this" DeptDirectory for
an Entry that matches the argument keyName.