Step 2. Printing the Game Board

In this step we cover a bit of theory, learn console output, variables, and arrays. Then we start writing the Tic-Tac-Toe game.
This step covers:
  • console output
  • data types
  • declaring variables
  • reading variables
  • changing variables
  • string interpolation
  • arrays
  • printing the game board