Program: The Theater class shows a theater with an auditorium containing a fixed number of seats arranged in rows with each seat selling for a exacting price. The instance variables for the theater are:
1 seats - a two dimensional int array to hold the prices of the seats
2 totalSales - an int to hold the total amount of sales generated from the theater.
Please give a detailed answer so that I may learn from it. Thank you!