subject

Write a program in Java following these pseudocode:

class ticTacToe

{

public:

void play();

//Function to start the play……x /O keep playing …. getXOMove

void displayBoard() const;

//Function to print the board.

bool isValidMove(int x, int y) const;

//Function to determine if a move is valid.

bool getXOMove(char moveSymbol);

//Function to get a move for a player…read row col..check it displayboard…check game status..count nbof moves

status gameStatus();

//Function to determine the current status of the game.

void reStart();

//Function to restart the game.

ticTacToe();

//Default constructor.

//Postcondition: Initializes the board to an empty state.

private:

char board[3][3];

int noOfMoves;

};

//

int main()

{

ticTacToe game;

game. play();

return 0;

}

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 05:30
Agood flowchart alludes to both the inputs and outputs you will need to receive and give to the user. true or false?
Answers: 3
question
Computers and Technology, 23.06.2019 08:00
Match the items with their respective descriptions.
Answers: 1
question
Computers and Technology, 23.06.2019 12:00
Which of these is an example of an integrated presentation? a. a table created in powerpoint b. an image pasted into powerpoint c. a caption created in powerpoint d. an excel chart pasted into powerpoint
Answers: 1
question
Computers and Technology, 24.06.2019 17:50
You will subnet the network address 172.31.103.0/24. the network has the following requirements: · room-114 lan will require 27 host ip addresses · room-279 lan will require 25 host ip addresses · room-312 lan will require 14 host ip addresses · room-407 lan will require 8 host ip addresses how many subnets are needed in the network topology?
Answers: 2
You know the right answer?
Write a program in Java following these pseudocode:

class ticTacToe

{
<...
Questions
question
Mathematics, 21.08.2019 01:00
question
Mathematics, 21.08.2019 01:00
question
History, 21.08.2019 01:00