Problem
Write a code fragment to do the following.
a. Define an enumerated type Bird_Type made up of bird names.
b. Define an integer component array data type Siting_Type indexed by Bird_Type.
c. Declare an array variable Sitings of type Siting_Type.