CS 392 Fall 2014

Exercise 03

Did you use for-loops in Assignment 5 when converting the departments array of university to an array of dictionaries? Don’t. Use the map function instead. See the documentation for the map function at the Swift standard library reference.