Problem
1. a. Define an enumeration type Teams made up of the clubs on your campus.
b. Define an array type Team_Record_Array with Integer components indexed by Teams.
c. Declare an array variable Win_Loss to be of type Team_Record_Array.
2. Given the following declarations