1. Declare hash having student name as key 2. And his/her percentage as the value. 3. Loop over hash using keys, values and each function 4. Then print the percentage of each student.