Design an algorithm to find the average age of n students, where n is the number of students.

2 answers

Average = Sum of all values / No. of values in the list.