0
Answer

Understanding Arrays In Visual Basic .Net

Photo of Suresh

Suresh

15y
2.5k
1
A fairly common requirement in writing software is the ability to hold lists of similar or related data. You can provide this functionality by using an array.

In this section, you take a look at how to define, populate, and use arrays in your applications.