Question: please answer using python YOUR OOP code should generate following answers. enter Name:Alex enter UID654321 Name: Alex UID: 654321 base salary is USD =100 bonus
YOUR OOP code should generate following answers. enter Name:Alex enter UID654321 Name: Alex UID: 654321 base salary is USD =100 bonus % age is =0.1 updated salary based on x% increase from initial salary is =110.0 expected_futue_salary_in_year2 is =121.0 You will be asked to develop an OOP code for an employee working for AU. Name of employee will be entered based on user input. Employee UID will be entered based on user input. You will be required to create an object. You will be required to input data. You will be required to compute employee's salary for the next two years. Base salary, year- 01= given, $100 Bonus is constant =10% of last salary Compute salary after 1 year. Compute salary after 2 years (assuming merit raise is still 10% )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
