Problem
1. Write an Ada function called Talley_Pass that takes a parameter called Grade_List of type Grade_Array and returns the number of components in the array in which the field Pass is True.
2. Write an Ada function called Tally that takes a parameter called Grade_List of type Grade_Array and a parameter called Score of type Score_Range. The function should return the number of values in Grade_List that have field Score greater than or equal to parameter Score.