Purchase Solution

Sales Reporting Application: VB.NET

Not what you're looking for?

Ask Custom Question

Using Visual Basic 2008 write an application program that reports the quantity of sales for each salesperson in a company.

* Read in the number of salespeople in the company from a text file.
* Read in the name, ID, and sales for each salesperson from a text file.
* Display the ID and each sale made by each salesperson.
* Display the total sales.
* Display the salesperson with the top required sales.

Attachments
Purchase this Solution

Solution Summary

This solution designs the following VB.NET application.
Using Visual Basic 2008 write an application program that reports the quantity of sales for each salesperson in a company.

* Read in the number of salespeople in the company from a text file.
* Read in the name, ID, and sales for each salesperson from a text file.
* Display the ID and each sale made by each salesperson.
* Display the total sales.
* Display the salesperson with the top required sales.

Solution Preview

Please find the solution attached. Below is how the given requirements are addressed.

* Read in the number of salespeople in the company from a text file.
The value is displayed at the end of the list box.

* ...

Purchase this Solution


Free BrainMass Quizzes
Basic Networking Questions

This quiz consists of some basic networking questions.

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.

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.

C++ Operators

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