Ad
  • Custom User Avatar

    Hello Oscar!
    Whenever you create an int[] in java it will set every value as 0. In this case, once you have set int[][] board, it will be already filled with 0s.
    I hope it helps!