Homework

Homework Questions? Ask a Tutor for Answers ASAP

Connect one-on-one with {0} who will answer your question

Related Homework Questions
Using Java how would you prompt a user to enter in a
Using Java how would you prompt a user to enter in a products name id and price all separately … read more
LogicPro
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
Have you worked on the Datamax, Inc assignment? microsoft
This 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
Dr. Donna Kakonge
Doctor of Education
201 satisfied customers
I need to create a employee time clock in java using netbeans
I 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
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
Consolidate all sections of the Currency Conversion development
Consolidate 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
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
I am stuck on my assignment in Java. I have been trying for
I 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
ATLProg
Sr Software Engineer
Master's Degree
1,448 satisfied customers
Hi, I need to do the following: Scenario A company hires
Hi, 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
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
Program #1The local yogurt store would like you to write
Program #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
ATLProg
Sr Software Engineer
Master's Degree
1,448 satisfied customers
My assignment is the following The timeclock needs to have
My 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
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
Hello, Do you still have the source code for this question? I
Hello, 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
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
I need to create online time clockCould you help me for
II 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
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
I need to create a employee time clock in java using netbeans
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) Add New Employee – Displays new employee screen B) Punch I… read more
LogicPro
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
Hello! I am desperate need of hellllppp!!!! I have to create
Hello! 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
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
Hi Logic Pro, I was hoping to get access to download the solution
Hi 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
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
I need to create a employee time clock in java using netbeans
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) Add New Employee – Displays new employee screen B) Punch I… read more
LogicPro
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
I need to code a program that tracks hourly employee
I 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
Expert
Expert
I need to code a program to track hourly employee arrival and
I need to code a program to track hourly employee arrival and departure times from work "online time clock" in java using netbeans would you be able to help?… read more
LogicPro
LogicPro
Engineer
Bachelor of Technology
36,267 satisfied customers
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
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
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.

JustAnswer in the News:

Ask-a-doc Web sites: If you've got a quick question, you can try to get an answer from sites that say they have various specialists on hand to give quick answers... Justanswer.com.
JustAnswer.com...has seen a spike since October in legal questions from readers about layoffs, unemployment and severance.
Web sites like justanswer.com/legal
...leave nothing to chance.
Traffic on JustAnswer rose 14 percent...and had nearly 400,000 page views in 30 days...inquiries related to stress, high blood pressure, drinking and heart pain jumped 33 percent.
Tory Johnson, GMA Workplace Contributor, discusses work-from-home jobs, such as JustAnswer in which verified Experts answer people’s questions.
I will tell you that...the things you have to go through to be an Expert are quite rigorous.

What Customers are Saying:

Wonderful service, prompt, efficient, and accurate. Couldn't have asked for more. I cannot thank you enough for your help.

Mary C.Freshfield, Liverpool, UK

This expert is wonderful. They truly know what they are talking about, and they actually care about you. They really helped put my nerves at ease. Thank you so much!!!!

AlexLos Angeles, CA

Thank you for all your help. It is nice to know that this service is here for people like myself, who need answers fast and are not sure who to consult.

GPHesperia, CA

I couldn't be more satisfied! This is the site I will always come to when I need a second opinion.

JustinKernersville, NC

Just let me say that this encounter has been entirely professional and most helpful. I liked that I could ask additional questions and get answered in a very short turn around.

EstherWoodstock, NY

Thank you so much for taking your time and knowledge to support my concerns. Not only did you answer my questions, you even took it a step further with replying with more pertinent information I needed to know.

RobinElkton, Maryland

He answered my question promptly and gave me accurate, detailed information. If all of your experts are half as good, you have a great thing going here.

DianeDallas, TX

< Previous | Next >

Meet the Experts:

Scott

Scott

MIT Graduate

5,949 satisfied customers

MIT Graduate (Math, Programming, Science, and Music)

LogicPro

LogicPro

Engineer

36,267 satisfied customers

Expert in Python,Java C++ C C# VB Javascript Design SQL HTML

Manal Elkhoshkhany

Manal Elkhoshkhany

5,100 satisfied customers

Tutor at Manal Elkhoshkhany

Linda_us

Linda_us

Finance, Accounts & Homework Tutor

3,138 satisfied customers

Post Graduate Diploma in Management (MBA)

Chris M.

Chris M.

M.S.W. Social Work

2,852 satisfied customers

Master's Degree, strong math and writing skills, experience in one-on-one tutoring (college English)

Jaun

Jaun

Teacher

2,286 satisfied customers

Masters in Business Administration.

F. Naz

F. Naz

Chartered Accountant

2,280 satisfied customers

Experience with chartered accountancy

< Previous | Next >

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.

Show MoreShow Less

Ask Your Question

x