blog

What resources do you plan to use after the course to continue learning about and practicing C++?

What resources do you plan to use after the course to continue learning about and practicing C++?

Supporting Activity: Templates

How could you have used templates for your final project? What are some possible benefits and drawbacks?

  1. Supporting Activity: STL Templates

How could you have used the STL templates for your final project? What are some possible benefits and drawbacks?

  1. Supporting Activity: Dead Language

Imagine a friend tells you that C++ is a dead computer language. Would you agree or disagree? Why or why not?

  1. Supporting Activity: C++ Skills

What resources do you plan to use after the course to continue learning about and practicing C++? How will you improve your C++ skills? What C++ projects might benefit you, your workplace, or a volunteer organization?

  1. How inheritance fits into object-oriented programming
  2. How you use the protected keyword

 

  1. When you should use a virtual destructor

 

 

Datamax, Inc. Overtime Pay Program

The Instructions of this Assignment Files is in attachment Resources: Appendix D

 

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 account for employee’s salary, total hours worked, and hours worked more than 40 in a week. It must then provide an output that is useful and easily understood by company management.

Compile your program using 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:

  • The company has three employees: Mark, John, and Mary.
  • The end user needs to be prompted for three specific pieces of input–name, hours worked, and hourly wage.
  • Calculate overtime if the input is greater than 40 hours per week.
  • Provide six test plans to verify the logic within the program.

 

  • Plan 1 must display the proper information for employee #1 with overtime pay.
  • Plan 2 must display the proper information for employee #1 with no overtime pay.
  • Plans 3-6 are duplicates of plan 1 and 2 but for the other two employees.

 

Program requirements:

 

  • Define a base class to use for the entire program.
  • The class holds the function calls and the variables related to the overtime pay calculations.
  • Define one object per employee. Remember that there will be three employees.
  • Your program must take the objects created and implement calculations based on the total salaries, total hours, and total number of overtime hours. See the Employee Summary Data section of the sample output.

 

Logic steps to complete your program:

 

  • Define your base class.
  • Define your objects from your base class.
  • Prompt for user input, updating your object classes for all three users.
  • Implement your overtime pay calculations.
  • Display overtime or regular time pay calculations. See the sample output.
  • Implement object calculations by summarizing your employee objects and display the summary information in the example.

Sample output:

Is this the question you were looking for? If so, place your order here to get started!

×