Have you worked on the Datamax, Inc assignment? microsoftThis is the situation Your company, Datamax, Inc., is in the process of automating its payroll systems. Your manager has asked you to create a program that calculates overtime pay for all employees. Your program must take into account the employee's salary, total hours worked, and hours worked more than 40 in a week, and then provide an output that is useful and easily understood by company management.· Compile your program utilizing the following background information and the code outline in Appendix D. · Submit your project as an attachment including the code and the output.Company Background:o Three employees: Mark, John, and Mary o The end user needs to be prompted for three specific pieces of input—name, hours worked, and hourly wage. o Calculate overtime if input is greater than 40 hours per week. o Provide six test plans to verify the logic within the program. o Plan 1 must display the proper information for employee #1 with overtime pay. o Plan 2 must display the proper information for employee #1 with no overtime pay. o Plans 3-6 are duplicates of plan 1 and 2 but for the other employees.Program Requirements:o Define a base class to use for the entire program. o The class holds the function calls and the variables related to the overtime pay calculations. o Define one object per employee. Note there will be three employees. o Your program must take the objects created and implement calculations based on total salaries, total hours, and the total number of overtime hours. See the Employee Summary Data section of the sample output.Logic Steps to Complete Your Program:o Define your base class. o Define your objects from your base class. o Prompt for user input, updating your object classes for all three users. o Implement your overtime pay calculations. o Display overtime or regular time pay calculations. See the sample output below. o Implement object calculations by summarizing your employee objects and display the summary information in the example below.Sample Output:Welcome to the Employee Pay CenterEnter the employee name = John Enter the hours worked = 44 Enter his or her hourly wage = 3.33Enter the employee name = Mary Enter the hours worked = 33 Enter his or her hourly wage = 2.22Enter the employee name = Mark Enter the hours worked = 29 Enter his or her hourly wage = 2.22Employee Name ............. = John Base Pay .................. = 133.20 Hours in Overtime ......... = 4 Overtime Pay Amount........ = 19.98 Total Pay ................. = 153.18Employee Name ............. = Mary Base Pay .................. = 73.26 Hours in Overtime ......... = 0 Overtime Pay Amount........ = 0.00 Total Pay ................. = 73.26Employee Name ............. = Mark Base Pay .................. = 64.38 Hours in Overtime ......... = 0 Overtime Pay Amount........ = 0.00 Total Pay ................. = 64.38%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%% EMPLOYEE SUMMARY DATA%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%% Total Employee Salaries ..... = 290.82 %%%% Total Employee Hours ........ = 106 %%%% Total Overtime Hours......... = 4 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … read more
Dr. Donna Kakonge
Doctor of Education
201 satisfied customers
I need to create a employee time clock in java using netbeansI need to create a employee time clock in java using netbeans IDE 8.0. As I'm not the best at coding, I've begun the project as a GUI using the Java Swing builder feature. I've completed the main scre… read more
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
Consolidate all sections of the Currency Conversion developmentConsolidate all sections of the Currency Conversion development documentation: menu selection, requirements, design, and testing. Incorporate any changes recommended by the facilitator. Post the assig… read more
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
I am stuck on my assignment in Java. I have been trying forI am stuck on my assignment in Java. I have been trying for over 5 days trying to figure it out. I have to add to the file I have but I am not sure as to where I have to begin. Can someone help me ple… read more
ATLProg
Sr Software Engineer
Master's Degree
1,448 satisfied customers
Hi, I need to do the following: Scenario A company hiresHi, I need to do the following: Scenario A company hires you to write a program to track hourly employee arrival and departure times from work. In essence, you are tasked to make an online time clock.… read more
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
Program #1The local yogurt store would like you to writeProgram #1 The local yogurt store would like you to write a program to help them calculate the cost of yogurt purchases. Specifications: All yogurt in the store runs $0.44 per ounce, before toppings… read more
ATLProg
Sr Software Engineer
Master's Degree
1,448 satisfied customers
My assignment is the following The timeclock needs to haveMy assignment is the following The timeclock needs to have Resolved Question: My assignment is the following The timeclock needs to have a Main Screen that displays 4 options: A) Add New Employee – Di… read more
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
Hello, Do you still have the source code for this question? IHello, Do you still have the source code for this question? I need to create a employee time clock in java using netbeans IDE 7.3.1 The timeclock needs to have a Main Screen that displays 4 options: A… read more
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
I need to create online time clockCould you help me forII need to create a employee time clock in java using netbeans IDE 7.4 The timeclock needs to have a Main Screen that displays 4 options: A) Add New Employee – Displays new employee screen B) Punch In… read more
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
I need to create a employee time clock in java using netbeansI need to create a employee time clock in java using netbeans IDE 7.3.1 The timeclock needs to have a Main Screen that displays 4 options: A) Add New Employee – Displays new employee screen B) Punch I… read more
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
Hello! I am desperate need of hellllppp!!!! I have to createHello! I am desperate need of hellllppp!!!! I have to create an employee time clock in java using netbeans The timeclock needs to have a Main Screen that displays 4 options: A) Add New Employee – Disp… read more
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
Hi Logic Pro, I was hoping to get access to download the solutionHi Logic Pro, I was hoping to get access to download the solution for the problem that you did here recently. I'm trying to learn Java right now from some old course work I got, and this project was o… read more
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
I need to create a employee time clock in java using netbeansI need to create a employee time clock in java using netbeans IDE 7.3.1 The timeclock needs to have a Main Screen that displays 4 options: A) Add New Employee – Displays new employee screen B) Punch I… read more
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
I need to code a program that tracks hourly employeeI need to code a program that tracks hourly employee arrival/departure from work. The program needs to be coded in NetBeans. The deadline is 11/3/13 at 11:59 EST. Any help is appreciated. Thank you. A… read more
You are to write a 32-bit console program which when run,You are to write a 32-bit console program which when run, presents the user with a menu giving them options to load a data file, search the data file for a bit pattern or quit. When the user chooses t… read more
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
Objectives: To gain experience with dynamic memory allocation. Objectives: To gain experience with dynamic memory allocation. To gain experience with an array of objects. To gain experience with strings and string functions. To gain experience overloading… read more
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
Disclaimer: Information in questions, answers, and other posts on this site ("Posts") comes from individual users, not JustAnswer; JustAnswer is not responsible for Posts. Posts are for general information, are not intended to substitute for informed professional advice (medical, legal, veterinary, financial, etc.), or to establish a professional-client relationship. The site and services are provided "as is" with no warranty or representations by JustAnswer regarding the qualifications of Experts. To see what credentials have been verified by a third-party service, please click on the "Verified" symbol in some Experts' profiles. JustAnswer is not intended or designed for EMERGENCY questions which should be directed immediately by telephone or in-person to qualified professionals.