CPSC120B
Fundamentals of Computer Science I

Post-lab 22

Lists

Write a function called compute_average(an_integer_list). This function takes a single parameter, a list of integers. Your function should return a floating point value: the arithmetic mean of the integers in the list.