Question
hi, i need help with this question please: Use a two-dimensional array to solve the following problem. A company has four salespeople (1 to 4)
hi, i need help with this question please:
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). Each salesperson passes in a slip for each different type of product sold. Each slip contains the following :
1. The salesperson number
2. The product number
3 The total dollar value of that product sold that day
each salesperson passes in between 0 and 5 sales slips. Write a program that will read all this information for last week sales ( one salesperson's data at a time) 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, 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, cross total each column to get the total sales by salesperson. Your tabular printout should include this cross totals to the right of the totaled rowS and to the bottoms of the totaled columns
And the output should look like this:
SO, I need total for each row and total for each column also.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started