...

/

Solution: Implement Multiple Routines

Solution: Implement Multiple Routines

Let's go over the solution of the "Implement Multiple Routines" challenge.

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 ...