Application program reports the quantity of sales


Discuss the below:

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.

ALPHA,12345,200000
BAKER,23456,300000
CHARLIE,34567,400000
DELTA,45678,500000
ECHO,56789,600000
FOXTROT,67890,700000
GULF,78901,800000
HOTEL,89001,900000
INDIA,90001,1000000
JULIET,01234,950000
KILO,02123,1200000
LIMA,03234,140000
MIKE,04345,1300000
NOVEMBER,05456,1500000
OCTOBER,06567,625000
PAPA,07678,750000
QUEBECK,08789,825000
ROMEO,09890,925000
SIERA,10123,1550000
TANGO,11234,1600000
UNIFORM,65432,700000
VICTOR,76543,1800000
WHISKEY,87654,1900000
XRAY,98765,2000000
ZEBRA,13678,2400000
DECEMBER,17890,2100000

Solution Preview :

Prepared by a verified Expert
Visual Basic Programming: Application program reports the quantity of sales
Reference No:- TGS01938635

Now Priced at $25 (50% Discount)

Recommended (93%)

Rated (4.5/5)