September 2013
Beginner
292 pages
6h 19m
English
Let's add four pony names to a List. Retrieve and display the number of elements in the List. Then use a for
loop to display each pony name, and select one of them:
LearningScript as shown in the next screenshot.
The following screenshot shows the number of elements in ponyList, the names of the ponies we added to ponyList, and the pony we were looking for:

The analysis of the code is as follows: