Purchase Solution

Calculate Sales Table and Total Sales for an Auto Company

Not what you're looking for?

Ask Custom Question

The prices for ten automobiles are as follows:
0 $17,450
1 $19,995
2 $26,500
3 $25,999
4 $10,400
5 $18,885
6 $11,700
7 $14,440
8 $17,900
9 $19,550

Given sales table:
Salesperson
Model: 1 2 3 4 5 6 7 8: Totals

1 0 0 2 0 5 6 3 0: 16
2 5 1 9 0 0 2 3 2: 22
3 0 0 0 1 0 0 0 0: 1
4 1 1 1 0 2 2 2 1: 10
5 5 3 2 0 0 2 5 5: 22
6 2 2 1 0 1 1 0 0: 7
7 3 2 5 0 1 2 0 4: 17
8 3 0 7 1 3 5 2 4: 25
9 0 2 6 1 0 5 2 1: 17
10 4 0 2 0 3 2 1 0: 12

Totals: 23 11 35 3 15 27 16 17

Wrtie a program to read this list of prices and the sales table and calculate the total dollar sales for each salesperson and the total dollar sales for all salespersons.

Purchase this Solution

Solution Summary

Creates a program to read a list of prices and a table of sales.
The program then calculates the total sales in dollar for each salesperson and the total sales in dollar for all salespersons.
Includes two input files:
a) Table of auto price
b) Table of Sales persons

Purchase this Solution


Free BrainMass Quizzes
Basic Networking Questions

This quiz consists of some basic networking questions.

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.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.