Assignment:3 Deadline: 21/11/2021.15 PM) Write a Python program to manage employee details (employee id, name, date of b
Posted: Sat Nov 27, 2021 2:23 pm
Assignment:3 Deadline: 21/11/2021.15 PM) Write a Python program to manage employee details (employee id, name, date of birth, designation salary, phone number, address) in a file. The program must support: 1. Create the initial file by collecting employees' details from the user 2. Retrieve the employee Phone number of a given employee id. 3. Increase salary of all employees by 5% of their current salary. 4. Remove employee details (when an employee resigns) for a given employee id from the file. 5. Add details of a newly joined employee.