Search:

Type: Posts; User: RIPCLB

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,625

    Thank you for the thoughts! But one last...

    Thank you for the thoughts! But one last question, since my book hardly goes into any detail about 2 dimensional Arrays, I don't really know how to start the code to compare, say, the top left corner...
  2. Replies
    5
    Views
    1,625

    Thank you. In addition though, I'm given a hint...

    Thank you. In addition though, I'm given a hint to use a for loop that compares each element of the diagonal with the elements of it's intersecting row and column, and then check diagonals....
  3. Replies
    5
    Views
    1,625

    Tic Tac Toe problem

    I need to write a program that tells the state of a Tic-Tac-Toe game, based off a board input by the user. The program needs to return a single character: X if x wins, O if o wins, or D if it is a...
Results 1 to 3 of 3