In this video we will cover how to create and index string array.
Basic Steps:
Define a new string array variable.
Populate array with data.
Discuss important details.
Zero based
New keyword
Size predefined
Index into each element of array
C# .NET
Windows Form Application
Visual Studio
Listbox
Array
Add Method
Index out of bounds