Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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 % 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started