EXERCISE

Make an array, student_grades.

Populate it with the following data:

   Key    Value
   ---    -----
   Joe    A
   Mary   A
   Bob    B
   Sue    B

Display the contents of the array.
