Site MapHelpFeedbackChapter Objectives
Chapter Objectives
(See related pages)

After studying this chapter, you will be able to:

Establish an array and refer to individual elements in the array with subscripts.

Use a foreach loop to traverse the elements of an array.

Create a structure for multiple fields of related data.

Accumulate totals using arrays.

Distinguish between direct access and indirect access of a table.

Write a table lookup for matching an array element.

Combine the advantages of list box controls with arrays.

Store and look up data in multidimensional arrays.







Programming in Visual C# 2005Online Learning Center

Home > Chapter 8 > Chapter Objectives