CS 111

Fall 2016

Introduction to Computer Science

Lab09: Higher-order functions

In this lab, you will treat functions as objects--something that can be passed to other (higher-order) functions as arguments or returned by (higher-order) functions.