cart off with something like the code below and implement readBoard with a scanf inside a nested loop and printBoard as a printf inside a nested loop. Y ould store the board as 2d array of ints. Finclude define SIZE 3 void readBoard(int board [SIZE) [SIZE] ); void printBoard(int board[SIZE) [SIZE]); Ent main(void) { int i, j; int board(SIZE] (SIZE); .... return e; or a first step when you print the board out, just try and print out the ints like below. Please enter the board: 0 10 0 11 2 0 2 Here is the board: e 10 P 11 20 2 hen modify your printing code to print it out with O, X and . instead of the 0,1 and 2s. EUSual autotest ie available to test vour progranm
cart off with something like the code below and implement readBoard with a scanf inside a nested loop and printBoard as a printf inside a nested loop. Y ould store the board as 2d array of ints. Finclude define SIZE 3 void readBoard(int board [SIZE) [SIZE] ); void printBoard(int board[SIZE) [SIZE]); Ent main(void) { int i, j; int board(SIZE] (SIZE); .... return e; or a first step when you print the board out, just try and print out the ints like below. Please enter the board: 0 10 0 11 2 0 2 Here is the board: e 10 P 11 20 2 hen modify your printing code to print it out with O, X and . instead of the 0,1 and 2s. EUSual autotest ie available to test vour progranm
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
![Hint
Start off with something like the code below and implement readBoard with a scanf inside a nested loop and printBoard as a printf inside a nested loop. You
should store the board as 2d array of ints.
#include <stdio.h>
#define SIZE 3
void readBoard(int board [SIZE] [SIZE] );
void printBoard(int board[SIZE] [SIZE]);
int main(void) {
int i, j;
int board (SIZE] (SIZE);
....
return 0;
For a first step when you print the board out, just try and print out the ints like below.
Please enter the board:
0 10
0 11
2 0 2
Here is the board:
0 1 0
0 11
2 0 2
Then modify your printing code to print it out with O, X and . instead of the 0,1 and 2s.
As usual autotest is available to test your program.
$ 1911 autotest lab04 tttBoard](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F009a673a-5858-4dca-8afb-dba8d5c279b7%2Fa6ecfb8f-abe3-4146-9e9d-dadf66e7532f%2F7qabbts_processed.jpeg&w=3840&q=75)
Transcribed Image Text:Hint
Start off with something like the code below and implement readBoard with a scanf inside a nested loop and printBoard as a printf inside a nested loop. You
should store the board as 2d array of ints.
#include <stdio.h>
#define SIZE 3
void readBoard(int board [SIZE] [SIZE] );
void printBoard(int board[SIZE] [SIZE]);
int main(void) {
int i, j;
int board (SIZE] (SIZE);
....
return 0;
For a first step when you print the board out, just try and print out the ints like below.
Please enter the board:
0 10
0 11
2 0 2
Here is the board:
0 1 0
0 11
2 0 2
Then modify your printing code to print it out with O, X and . instead of the 0,1 and 2s.
As usual autotest is available to test your program.
$ 1911 autotest lab04 tttBoard

Transcribed Image Text:Exercise 4: Noughts and Crosses - Input
Write a program called tttBoard.c that reads in a 3x3 noughts and crosses (Tic-Tac-Toe) board, stores it in a 2D array and then prints it out. You can assume
that the user enters valid input only. You should assume that 0 stands for noughts and 1 for crosses and 2 for an empty square. You can assume that the input
is valid.
Your program should behave like the following:
$ ./tttBoard
Please enter the board:
0 10
0 11
20 2
Here is the board:
охо
охх
O .
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps with 2 images

Recommended textbooks for you

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education

Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY