CPSC120A
Fundamentals of Computer Science I

Post-lab 26

Mutability

Post Lab 26

Write a function find_maximum(an_integer_list), which takes as a parameter a list of integers. Your function should return an integer, the largest value from the list.