- Assignment 3 Deadline 21 11 2021 15 Pm Write A Python Program To Manage Employee Details Employee Id Name Date Of B 1 (15.28 KiB) Viewed 80 times
Assignment:3 Deadline: 21/11/2021.15 PM) Write a Python program to manage employee details (employee id, name, date of b
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Assignment:3 Deadline: 21/11/2021.15 PM) Write a Python program to manage employee details (employee id, name, date of b
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.