Sales -C++
corporate Sales Data
This program will have a structure that holds data about each division of a corporation. This structure will have a string object that holds the division’s name, 4 doubles that hold the sales totals for each quarter. The structure will also have two other doubles, one for the annual sales and the other will hold the average of the quarter sales. The program should use four variables (instances) of this structure. Each variable should represent one of the following corporate divisions: East, West, North, South. The user should be asked for the four quarters’ sales figures for each division. Each division’s total and average sales should be calculated and stored in the appropriate member of each structure variable. The output of the program will be all the figures in the structures. Validation: Do not accept negative numbers for any sales figures.
- Program must have the following functions
- void DisplayCorpInformation(const Division& east, const Division& west, const Division& north, const Division& south);
- void FindTotalAndAverageSales(Division& div);
- void GetDivisionSales(Division& div);
- The input should look like this screen shot.

- The output should look like this screen shot.

9 years ago
15
Purchase the answer to view it

- SalesC.docx
Purchase the answer to view it

- CorporateSales.zip
- COMPUTER SCIENCE
- WebAnalysis1
- Ethics in the Business Environment DB
- political Science Writing For A-PLUS WRITER
- On a separate page, please include a one to three paragraph reflection addressing the following questions: 1. Where did you get...
- economic impact
- The unadjusted trial balance for Smith Constructions and the information needed for the month-end
- Evaluation of the Agency’s Budgeting and Cumulative Report
- Dual relationship and boundaries paper
- nee help on Old dominion trail Bike case study

