Answered step by step
Verified Expert Solution
Question
1 Approved Answer
how would i fix this error: Exception in thread main java.lang.NullPointerException: Cannot read the array length because tictactoegame.TicTacToeGame.gameboard is null at TicTacToeGame / tictactoegame .
how would i fix this error:
"Exception in thread "main" java.lang.NullPointerException: Cannot read the array length because "tictactoegame.TicTacToeGame.gameboard" is null
at TicTacToeGametictactoegameTicTacToeGame.displayBoardTicTacToeGamejava:
at TicTacToeGametictactoegameTicTacToeGame.mainTicTacToeGamejava:
package tictactoegame;
public class TicTacToeGame
static int gameboard;
static final int EMPTY ;
static final int NOUGHT ;
static final int CROSS ;
Set a square on the board must be empty
public static void setint val, int row, int col throws IllegalArgumentException
if gameboardrowcol EMPTY
gameboardrowcol val;
else throw new IllegalArgumentExceptionPlayer already there!";
display the board
public static void displayBoard
forint r; r
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started