4. Create a class SalariedEmployee
a. SalariedEmployee class is a child class of Employee class. It should inherit all the attributes of
Employee class and add its own attribute baseSalary.
b. Create a method called CalculateNetSalary which should deduct 13% Provisional Tax, 1%
insurance and 3% Fed Tax from baseSalary and display the NetSalary.
c. Create a method called displayData which should display the FirstName, LastName, Age,
Address, ContactNumber, EmployeeID, OrganizationName, Position, baseSalary and
NetSalary.
what relationship exists between inflation and unemployment?
what determines the cyclical behavior of output and employment? what causes recessions?
1. Each mutant shown below was derived from the wild type:
Wild type 5' GAA CTC GAG CTT AAT 3'
Mutant 1 5' GAA CTC GAG CTT AAT 3'
Mutant 2 5' GAA CTC AAG CTT AAT 3'
Mutant 3 5' GAA CTC GAG CTT AAT 3'
Classify the mutation at both the DNA and protein levels.
1. Create a class Person
a. Initialize a class Person (Constructor method) with FirstName, LastName, Age, Address and Contact Number.
2. Create a class Employee
a. employee is a Person so Employee is a child class of Person class. Employee class
constructor/__init__ method will contain all the attributes of Person class and Employee
class own attributes which are EmployeeID, OrganizationName and Position
3. Create a class CommissionEmployee 15 Marks
a. CommissionEmployee is a child class of Employee class. It should inherit all the attributes of Employee class and its own attribute which is commissionRate
b. Create a method called calculateCommission, which should take input of gross sale from the user and based on the commission rate calculate the totalEarning.
c. Create a method called displayData which should display the FirstName, LastName, Age, Address, ContactNumber, EmployeeID, OrganizationName, Position, commissionRate and totalEarning.
Convert the Number
Given a number having ten digits, convert it to a string following the below-mentioned rules.
Rules for conversion:
1.separate the number into a set of four-three-three digits
2.Use the following prefixes for successive digits
a.Single numbers: just read them separately
b.Two consecutive numbers: double
c.Three consecutive numbers: triple
d.Four consecutive numbers: quadruple
Input
The first line of input is a string of ten digits.
Sample Input1
9887666668
sample Output1
nine double eight seven triplesix double six eight
Sample Input2
9090407368
Sample Output2
nine zero nine zero four zero seven three six eight
Management of anaemia( pre partum, during labor and post partum)
You can use a minus sign to make a negative number like -2. What happens for each of the following and why?
>>> 2++2
>>> 2--2
>>> 2+-2
>>> 2-+2
Fern Gully: The Last Rainforest
3) Describe (in detail) the major problems Crysta, Pips, Batty, & Beetle Boys face with their environment.
Fern Gully: The Last Rainforest
2) What happened to Batty? What does he say that the fairies disagree with?