Hello, I have to create a tic tac toe game with a multi- dimensional array table numbered 1-9 with three rows and three Columns for my computer class. I know that I need to have a for loop inside a for loop but I don't know where to take it from there to get a table that looks somewhat like this:
1 2 3
4 5 6
7 8 9
the other trick is that playerx and playero would replace the number spot with their respective letter. I know I'm kinda clueless but it would be awesome if someone could please start me in the right direction, I am not looking for the answer just some help! Thank you so much.