You will need these files for lab 2.
What you need to do:
- Add ID field to the Cat record. Remember to make a new subtype.
- Add two functions to the Cats package. (Hint: They “help” the generic Maximum_Array_Generic function)
- Write a child package for cat io. (Pretty much the similar to what you did for lab 1)
- Write a generic function to determine if a value is in an array. [ In_Array_Generic ]