I\'m writing a program to write card values into a 52 spot character multi-dimensional array. This program is one test array that I will write as a function into the main progra
etc. Also note, that CardValue[i]; has no effect at all. You should also remove CardValue[i][6]=i;, I don't really know what you meant by that, but it surely should not be there.