Multidimensional Array
Posted by kmilton7,
02 July 2012 -
·
2186 views






An array allows us to store a set of values of a similiar data type. A multidimensional array allows us to store a set of sets of a particular data type (although you can have an array of one type containing an array of some other type, i think, hey it's a beginner's blog
).
Ok, so here is an example of a 2 dimensional array containing day of...

Ok, so here is an example of a 2 dimensional array containing day of...