I have created a Java Program to run tic tac toe between the computer and a user. The problem i have is the program overwrites a space when it is taken already and I can not figure out what to do to tell the program to skip that space if already taken.

