Problem
1. Complete the following function that finds the largest value in a twodimensional unconstrained array of integers.
function Largest (Table : in Integer_Array) return Integer is
2. Using the declarations in Exam Preparation in this chapter, write subprograms to do the following:
a. Determine the team that sold the most tickets during the first week of ticket sales.
b. Determine the week in which the second team sold the most tickets.
c. Determine the week in which the most tickets were sold.
d. Determine the team that sold the most tickets.