hi:im beginner in Java and have learned C before.Now i have to write a
"Tic Tac Toe "game and completely confused what to do in Java and classes and Methods and so on!!!!
one of my problems i this program is:
i have to write a private 3-by-3 two-dimentional array but i have some Compiler Error when write:
private int array[][]=new int[3][3];
whats the problem.
"Tic Tac Toe "game and completely confused what to do in Java and classes and Methods and so on!!!!
one of my problems i this program is:
i have to write a private 3-by-3 two-dimentional array but i have some Compiler Error when write:
private int array[][]=new int[3][3];
whats the problem.
Comment