Write an application that will let you keep a tally of how well two salesmen are per-forming selling three different products. You should use a two-dimensional array to solve the problem. Allow the user to input the 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.