Tic Tac Toe game.....
807600Aug 30 2007 — edited Aug 30 2007Hi all,
I want to design a simple tic tac toe game with the use of for loops.
Given is the following class:
public static java.lang.String whoWon(java.lang.String[] board)
I did not understand ,Only using a single string array (String[] board) can we design this game??
because we need to have rows and columns for this game?
Iam very confused.
Gita.