May 2008
Beginner
550 pages
13h 22m
English
In this chapter you learned about arrays and how they make many programming tasks easier by offering a convenient way to organize data. You also learned how to define arrays of differing sizes and how to initialize them. Examples discussed included data lists and data tables. You saw how program loops can be used to set values into an array and read those values from an array. You learned that collections are simply groups of objects and saw how you can use foreach loops to observe the items in a collection. Another important topic was how jagged arrays can be defined to meet specific needs, especially when memory limitations might be severe.