Marry Ann

Greenhorn
+ Follow
since Jun 23, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Marry Ann

Hi guys: Can any one please help me how to i do the changes in my program according to the following 4 changes.

1) Create a Date type birth data instance field in the Employee class, not a String

2) Enlarge the constructors for the Employee class and subclasses to pass the int month, int day, and int year of the birth date as input by the user to PayrollSystemTest

to the subclass constructor, and then to the Employee class constructor

3) Input from the user for the 5 specific employees and then comment out the hardcoding for the 4 employees in the original code

4) Report monthly salary amounts and include the November birthday bonus


12 years ago