Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Please help me with the book question. The previous answer is incomplete and it

ID: 651340 • 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 the program should use the random method like name() method and department() 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;

}