Api.ning.com

function is taking a 2D array as argument and filling each element/box of array with random number from 1 to 100. We are re-filling 2D array for each player. Element of this array are also referred as box. displayBoard() function is also taking 2D array as argument and displaying box number from 1 to 100. ................
................