Problem
Given the declarations
answer the following:
a. What is the number of rows in Tickets?
b. What is the number of columns in Tickets?
c. How many Integer variables have been declared? Count each array component as a separate variable. d. What kind of processing (row or column) would be needed to total the ticket sales by weeks?
e. What kind of processing (row or column) would be needed to total the ticket sales by teams?