Array Variables – Two Dimensional Arrays VB.NET Implementation

Опубликовано: 07 Октябрь 2024
на канале: Computer Science Lessons
30,266
157

This video shows how to declare and initialise a 2 dimensional array in VB.NET, and how to use nested loops to visit each item in a 2D array, either row-wise or column-wise. It also covers how to perform a lookup with a 2D array, that is, how to scan a column for a particular value then retrieve the rest of the row if that value is found.