Purchase Solution

Program for Monthly Sales Report for Auto Sales Company

Not what you're looking for?

Ask Custom Question

A certain auto dealership sells ten different models of autos and employs eight salespersons. A record of sales for each month can be represented by a table in which each row contains the number of sales of each model by a given salesperson and each column contains thenumber of sales by each salesperson fo a given model. Write a program to produce a monthly sales report, displaying the monthly sales table in the form:

SALESPERSON

Model : 1 2 3 4 5 6 7 8 : Totals

1
2
3
4
5
6
7
8
9
10

Totals:

As indicated, the report should also display the total number of autos sold by each salesperson and the total number of each model sold by all salespersons

**NOTE: I need the solution in C++ Code.

Purchase this Solution

Solution Summary

Given a table of auto sales by different salesperson, this program teaches how to create a report that displays the total number of autos sold by each salesperson and the total number of each model sold by all salespersons

Purchase this Solution


Free BrainMass Quizzes
C++ Operators

This quiz tests a student's knowledge about C++ operators.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

C# variables and classes

This quiz contains questions about C# classes and variables.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.