Problem
Write an application that will let you keep a tally of how well three salesmen are performing selling five different products. You should use a two-dimensional array to solve the problem. Allow the user to input any number of sales amounts. Do a compile-time initialization of the salesperson's names and product list. Produce a report by salesman, showing the total sales per product.