Ad

Create a function that will return the average grade of a an array of students grades.

def average (grades)
grade.sum/grade.length
end