My project was to create an 8 Queen with a chessboard that is 8x8. My problem is, i can't seem to understand where to put the command that will output the location of the 8 queens inside the 8x8 chessboard. If someone can help me, I would really appreciate that. Here's the code I use.
When i run the program, it just prints 1 and 0. Its like the 1 is the Queen the 0's are the chess boards. And I don't know how change the 1 to Q's and the 0's to a borders and make it look like a chess board.