Answered step by step
Verified Expert Solution
Question
1 Approved Answer
For the class Employee example provided in tutorial 3 . 1 . 5 , what code segments could be added to keep track of the
For the class Employee example provided in tutorial what code segments could be added to keep track of the number of salary increases that have occurred for an employee?
def initself fname, lname empid, title, sal:
salaryincreases
def increasesalaryselfpercent:
if percent :
setsalaryselfsalary self.salary percent
salaryincreases
else:
printIncrease of salary must be greater than
def getsalaryincreasesself:
return salaryincreases
def initfname lname empid, title, sal:
self.salaryincreases
def increasesalarypercent:
if percent :
self.setsalarysalary self.salary percent
self.salaryincreases
else:
printIncrease of salary must be greater than
def getsalaryincreases:
return self.salaryincreases
def initself fname, lname empid, title, sal:
self.salaryincreases
def increasesalaryselfpercent:
if percent :
self.setsalaryselfsalary self.salary percent
self.salaryincreases
else:
printIncrease of salary must be greater than
def getsalaryincreasesself:
return self.salaryincreases
def initfname lname empid, title, sal:
salaryincreases
def increasesalarypercent:
if percent :
self.setsalarysalary salary percent
salaryincreases
else:
printIncrease of salary must be greater than
def getsalaryincreases:
return salaryincreases
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