Visual Basic 2010 Express Tutorial 14 - Making a Multidimensional Array and Matrix



This tutorial will show how to create a multidimensional array. An 2 dimensional array (matrix) will be used to create a deck of playing cards. The playing cards have 4 suits with 13 ranks. An array of suit will be combined with an array of rank to make the 2D array of cards. The cards will be combined with nested for loops and printed to a text box.

Code Download
VBT14.zip




The current version of Visual Basic can be downloaded for free at Microsoft's Website