Please help me with the book question. The previous answer is incomplete and it
ID: 651266 • Letter: P
Question
Please help me with the book question. The previous answer is incomplete and it is not a menu driven program. Can somebody modify it? Thanks. The change() method is not done and should use the random method like name() method.........This is the link for the previous answer and I have writtten the name() method in the following "comments"......http://www.chegg.com/homework-help/questions-and-answers/textbook-solution-data-structures-abstraction-design-using-java-2nd-edition-chapter-45-tex-q7094731
Explanation / Answer
Public void change(String person_id, String department)
{
if ID = person_id // There has to be some unique id for each person
dept_name = department;
}