I will add videos and change what videos are listed from time to time.
Demonstrates how to declare a two-dimensional array in Visual Basic, compared with a one-deminsional array.
Demonstrates how to initialise a 1D integer array and a 2D integer array using count-controlled
Demonstrates how to perform a linear search of a two-dimensional array. Covers what to do when a match is found and you want to end the search early, rather than iterate through every element in the 2D array.
Demonstrates a different use of the linear search algorithm. This time all elements will be examined, a count of the number of times value X appeared is perform and the average of all numbers in the array is calculated. Also demonstrates a use of the built-in Math.Round() function in Visual Basic.
Our mission is simple: Help new programmers learn to program. Too many times we have seen others looking for or re-creating the same things over and over. We feel this needs to stop. If we find someone that has produce a quality video we will share it with you. We will strive to make learning as easy as we can without re-creating if possible.