Challenge: Tic-Tac-Toe Board
Uppgift
Swipe to start coding
Write a program that represents a Tic-Tac-Toe game board using a two-dimensional array and prints it in a grid format.
- Use the provided 3x3
chararray to represent the game board. - Print the board so that each row is displayed on a separate line.
- Separate columns with
" | ". - Separate rows with a line of dashes and plus signs (
"--+---+--"), except after the last row.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 4. Kapitel 7
single
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal
Awesome!
Completion rate improved to 3.57
Challenge: Tic-Tac-Toe Board
Svep för att visa menyn
Uppgift
Swipe to start coding
Write a program that represents a Tic-Tac-Toe game board using a two-dimensional array and prints it in a grid format.
- Use the provided 3x3
chararray to represent the game board. - Print the board so that each row is displayed on a separate line.
- Separate columns with
" | ". - Separate rows with a line of dashes and plus signs (
"--+---+--"), except after the last row.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 4. Kapitel 7
single