Question: For the Employee Class Program in the Unit 3 Finishing the Employee Class Program tutorial, what if we need to update the display menu and
For the Employee Class Program in the Unit Finishing the Employee Class Program tutorial, what if we need to update the display menu and selections to add in a way to change the id of an employee? What code segments would need to be added to the displaymenu method and the command while loop respectively to implement this?
a
printupdid Update id
and
elif command.lower "updid":
updidemployees
b
printupdid Update id
and
elif command.lower "updid":
updid
c
printupdid Update id
and
elif command.lower updid:
updidemployees
d
printupdid Update id
and
elif command "updid":
updidemployees
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
