Problem
Write an Ada procedure called Set_Status that has a parameter called Grade_List of type Grade_Array. For every component of this array, set field Pass to False wherever value of field Score is less than 60 and to True whenever the value of field Score is greater than or equal to 60.