
-----------------------------------
rahman200012
Sun Jan 20, 2008 12:36 pm

Tic Tac Toe Problem
-----------------------------------
Hello programmers =P. I need help on a tic tac toe program for my grade 11 project. Could anyone help me find any ways about tackling this project. Bare in mind that my knowledge is very limited to Java and I have only been recently been introduced to arrays and methods. We are using a READY to program Java VERSION 1.7. The problem I have is that I need to create an array which will randomize 50 questions and there are to be no duplicate questions. I have attached my TicTacToe.java file, my questions attempt, and the outlines for my project. Any input would be pleasantly appreciated.  :mrgreen:

-----------------------------------
Tony
Sun Jan 20, 2008 12:59 pm

Re: Tic Tac Toe Problem
-----------------------------------
The problem I have is that I need to create an array which will randomize 50 questions and there are to be no duplicate questions.
This has recently discussed in [url=http://compsci.ca/v3/viewtopic.php?t=16903]this thread.
