Purchase Solution

How to generate a report of sales commissions and income

Not what you're looking for?

Ask Custom Question

A company has a product line that includes five items that sell for $100, $75, $120, $150, and $35. There are four salespersons working for this company, and the following report is for a given week:

Salesperson

Item Number

1 2 3 4 5

1 10 4 5 6 7
2 7 0 12 1 3
3 4 9 5 0 8
4 3 2 1 5 6

Write a program to:
-Compute the total dollar sales for each salesperson.
-Compute the total commission for each salesperson if the commission rate is 10 percent.
-Find the total income for each salesperson for the week if each salesperson receives a fixed salary of $500 per week in addition to commission payments.

Purchase this Solution

Solution Summary

Demonstrates how to use Arrays in C, to calculate detailed report of sales activities and income generated by each salesperson in a company. The company offers the salesperson a commission as well as a fixed salary for a successful product sale.
The program shows how to
a) Compute the total dollar sales,
b) Compute the total commission
c) Compute the total income of each salespersons including commission and fixed salary

Purchase this Solution


Free BrainMass Quizzes
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.

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.

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.

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.