logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Dolll JuttLaw
(4/5)

588 Answers

Hire Me
expert
Samuel BarberaMathematics
(5/5)

955 Answers

Hire Me
expert
Vinay WahwaAccounting
(5/5)

502 Answers

Hire Me
expert
Crane CummingsTechnical writing
(5/5)

775 Answers

Hire Me
C++ Programming

The purpose of this lab project is to expose you to Loops, enforce functions, proper use of by-value/by reference, and to expand your skills in writing larger/more sophisticated programs.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Project 4

Objective:

The purpose of this lab project is to expose you to Loops, enforce functions, proper use of by-value/by reference, and to expand your skills in writing larger/more sophisticated programs.

 Problem Specification: 

The Passaic County Contracting Company, PCCC, negotiates building projects/job contracts. For each contract, the company have to subcontract an electrician to do the electrical, a plumber to do the pluming, a roofer to do the roofing, and a landscaper to do the landscaping. All other work is done internally by their employees. For each project they assign a minimum of 5 employees who are paid salary that varies from employee to employee. The company orders and pays for material which consists of wood, concrete, windows, doors, sheetrock and spackle.

 

As the programmer for PCCC, they assigned you the task of writing a C++ program to accept the number of the projects/jobs that PCCC has won.  

For each contract, the program should accept:

  • The amount of the contract
  • The amount they paid each subcontractor.
  • For internal work:
    • The salary for each of the employees working on the project, is entered as input until the sentinel 0 is entered (the number of employees is unknown but a minimum of 5 per contract).
    • The cost of the material for each of the items listed above.
  • For each contract the program should output to a file, the amount of the contract, the cost of the contract, and the profit/loss from the contract.
  • At the end, the program will output, to the same file:
    • the total electrical cost, total plumbing cost, total roofing cost, total landscaping cost, total cost for material and total cost for salaries for all contracts
    • it then outputs to the same file, the total of all contracts, the cost for all contracts, and the profit/loss for all contracts.

 

 

Requirements:    

  • Comment as needed.
  • All functions have specifications.
  • All data is passed by value / by reference as appropriate.
  • Main is the driver function, hardly any statements other than function calls, may appear in main.
  • Use loops as is appropriate to complete the specified task/subtask.
  • Calculate all totals as requested.
  • Write the report to a file with proper headings, identifications … etc 

Hints:        

  • Be sure to initialize your accumulators appropriately.
  • Keep running totals and grand totals between different contracts.

 

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme