Solution: Implement Multiple Routines
Let's go over the solution of the "Implement Multiple Routines" challenge.
We'll cover the following...
Flowchart of a possible solution
Here we are required to build two routines that perform the following tasks:
Get input and populate a collection.
Print the collection.
To ...