January 15, 2009
Understanding Multidimensional Arrays
An array is a list of values, a data structure made up of a group of elements.
Like appearing out of the fog, arrays became more clear to me only after using them for data storage and transportation in a few programs. Arrays get a little tricky especially when you start working with the multidimensional kind.
This [...]
Filed by Josh at January 15th, 2009 under programming | No comments
