Hello this is a Java Code for a tick tac toe game , It does notwork , Can anyone help me finish it? , Please just Retype the wholecode using my parts to finish it . Thank you so much
import java.util.Scanner;
public class Main {
public static final int EMPTY = 0;
public static final int CROSS = 1;
public static final int CIRCLE = 2;
public static final int PLAYING = 0;
public static final int DRAW = 1;
public static final int CROSS_WON = 2;
public static final int CIRCLE_WON = 3;
public static final int ROWS = 3, COLS = 3;
public static int[][] board = new
PayPal Gateway not configured
PayPal Gateway not configured