Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For this assignment, you will write a C++ application called calcPay for a financial company. The goal of this program is to determine gross pay

For this assignment, you will write a C++ application called calcPay for a financial company. The goal of this program is to determine gross pay for a 4-week pay period based on an hourly rate and the number of hours worked in each week of the pay period. Anyone working over 40 hours a given week earns time-and-a-half. You will use the Code::Blocks software to write this application. Access this software via the Toolwire virtual desktop activity link in this unit.

Assignment Instructions

Part 1: Write the Application

Write a C++ console application that asks the user to enter the hourly wage and number of hours worked for each week in a 4-week pay period. Create a custom function with appropriate input parameters and return type that calculates the total gross pay based on the values entered by the user. Use suitable loops for the user input and the processing of data entered by the user. The program should print out the gross pay for the pay period for the employee.

Part 2: Describe the Application

Write a 35-page paper in which you complete the following:

  • Define and document the requirements for the calcPay application.
  • Describe the stakeholders needed to help further define the application.
  • Describe a collaboration plan for working with stakeholders.
  • Analyze the behavior of basic, procedural-based programming constructs.
  • Define the functions you have used in your application.
  • Define the IF statements you have used in your application.
    • Explain how the IF statements work.
  • Define the loops you used in your program.
    • Explain how the loops work.
  • Explain how your application works and any issues you encountered with the application.
  • Include a screen shot of your application, using the Print Screen function, to show that your application works.

Submit both the source code file(s) and the Word document with the paper.

Submission Requirements

Refer to the Branching, Logic, and Functions Assignment Scoring Guide to ensure that you meet the grading criteria for this assignment.

Your completed assignment should include the following:

  • Write a program that applies basic data structures.
  • Define the requirements for an application.
  • Describe the stakeholders needed to further define an application.
  • Describe a collaboration plan for working with stakeholders.
  • Analyze the behavior of basic, procedural-based programming constructs.
  • Demonstrate the ability to apply math in a program.
  • Explain how an application works.
  • Communicate effectively in a business environment.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

How to reverse a Armstrong number by using double linked list ?

Answered: 1 week ago

Question

=+2 How does the preparation and support for each type of IE vary?

Answered: 1 week ago