Computer Networking: A Top-Down Approach (7th Edition)
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN: 9780133594140
Author: James Kurose, Keith Ross
Publisher: PEARSON
Bartleby Related Questions 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)
expand button
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
Check Mark
Knowledge Booster
Background pattern image
Recommended textbooks for you
Text book image
Computer Networking: A Top-Down Approach (7th Edi...
Computer Engineering
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:PEARSON
Text book image
Computer Organization and Design MIPS Edition, Fi...
Computer Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science
Text book image
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:9781337569330
Author:Jill West, Tamara Dean, Jean Andrews
Publisher:Cengage Learning
Text book image
Concepts of Database Management
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning
Text book image
Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education
Text book image
Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY