Hi there-
I have created a 10X10 array, that I would like to display. I can get the values to display, in the format that I want them to display. Now, however, I need to write a METHOD that I pass this array to, and have the method display the array. how would I go about passing the array tableofdata[][] to the method showBoard?
-Mike


Reply With Quote