Design two classes named Employee and Timecard to represent employee and timecard data as follows: For the Employee class, the data fields are: int empNo; String name; double payRatePerHour, TimeCard[] timecard for four week (1 month), and Two other data fields of your choice. For the Timecard class, the data fields are: String weekEndingDate; integer Array of size = 5 for the five working days. Entries in this array will be integers from 0-8 where 0 means that the employee did not work that day and a value from 1 to 8 means the number of hours the employee worked in that day. All data fields should be declared as private, and associated getters and setters should be declared

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Java question I’m beginner ,solve this question by using Java language
Design two classes named Employee and Timecard to represent employee and timecard data as
follows:
For the Employee class, the data fields are:
int empNo; String name; double payRatePerHour, TimeCard[] timecard for four week (1 month),
and Two other data fields of your choice.
For the Timecard class, the data fields are:
String weekEndingDate; integer Array of size = 5 for the five working days. Entries in this array
will be integers from 0-8 where 0 means that the employee did not work that day and a value
from 1 to 8 means the number of hours the employee worked in that day.
All data fields should be declared as private, and associated getters and setters should be declared
in each class.
Create a driver class called Main, whose main method instantiates array of Employee objects
and write the following methods:
1. A Method called printInfo that receives an array of Employees and prints all information
about working days that looks like the following:
Employee Number
Week
Total Days/hours
weekly Payment
1
1
4/32
400
2
5/37
500
1
3
3/12
300
1
1
1/8
150
2
2
3/15
450
2
2. Method called printAbsents that receives an array of Employees and a week number (1-4)
and prints the name of the employee who has been absent for 2 days in that week.
3. A method that receives an array of Objects and sorts only Employees based on TotalPayment
(in all weeks) method header must be:
public static void sortEmps (Object[] o)
Transcribed Image Text:Design two classes named Employee and Timecard to represent employee and timecard data as follows: For the Employee class, the data fields are: int empNo; String name; double payRatePerHour, TimeCard[] timecard for four week (1 month), and Two other data fields of your choice. For the Timecard class, the data fields are: String weekEndingDate; integer Array of size = 5 for the five working days. Entries in this array will be integers from 0-8 where 0 means that the employee did not work that day and a value from 1 to 8 means the number of hours the employee worked in that day. All data fields should be declared as private, and associated getters and setters should be declared in each class. Create a driver class called Main, whose main method instantiates array of Employee objects and write the following methods: 1. A Method called printInfo that receives an array of Employees and prints all information about working days that looks like the following: Employee Number Week Total Days/hours weekly Payment 1 1 4/32 400 2 5/37 500 1 3 3/12 300 1 1 1/8 150 2 2 3/15 450 2 2. Method called printAbsents that receives an array of Employees and a week number (1-4) and prints the name of the employee who has been absent for 2 days in that week. 3. A method that receives an array of Objects and sorts only Employees based on TotalPayment (in all weeks) method header must be: public static void sortEmps (Object[] o)
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY