September 2013
Beginner
292 pages
6h 19m
English
We're going to create an array, a list and a dictionary, then loop through each one to retrieve the desired data from each one by using foreach loops.
LearningScript as shown in the next screenshot.
As we looped through each list, we decided which data to display to the Console:

The analysis of the code is as follows:
For each list we created, we populated them using a Collection Initializer.