Click here to Skip to main content
15,921,793 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Use a two-dimensional array to solve the following problem. A company has four salespeople (1 to 4) who sell five different products (1 to 5). Once a day, each salesperson passes in a slip for each different type of product sold. Each slip contains the following:
a.The salesperson number b.The product number
c.The total dollar value of that product sold that day
Thus, each salesperson passes in between 0 and 5 sales slips per day. Assume that the information from all of the slips for last month is available. Write a program that will read all this information for last month's sales and summarize the total sales by salesperson by product. All totals should be stored in the two-dimensional array sales. After processing all the information for last month, print the results in tabular format with each of the columns representing a particular salesperson and each of the rows representing a particular product. Cross total each row to get the total sales of each product for last month; cross total each column to get the total sales by salesperson for last month. Your tabular printout should include these cross totals to the right of the totaled rows
Posted
Updated 11-Jul-11 0:11am
v5
Comments
Sunasara Imdadhusen 29-Nov-10 6:19am    
Don't tell story instead of exact problem in code!!
fjdiewornncalwe 29-Nov-10 7:28am    
What have you attempted. We DO NOT DO HOMEWORK for you. What we can do is help you when you run into issues with code that YOU WRITE!
Richard MacCutchan 11-Jul-11 6:28am    
I have restored your original question so that the posted answers are in context.

1 solution

Nobody is going to do your homework for you. If you've got specific questions on a problem you're having, ask away. If you're looking for source code, forget it. You're not going to turn in someone elses work as your own so you can fraudulently pass a class.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900