0
C++ Sales person Program requeest
Use a double-subscripted array to solve the following problem. A company has four salespeople (numbered 1 to 4) who sell five different products (numbered 1 to 5). Once a day, each salesperson passes in a slip for each different type of product sold. Each slip contains 1. The salesperson number 2. The product number 3. The total dollar value of that product sold on that day. ... please use iostream lib
1 Answer
0
I'll do it