Search:

Type: Posts; User: beerye28

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,396

    Re: Missing return statement

    Thanks for all your help guys, I ended up removing the else if statement, and putting the return true; line outside of the loops, but within the method, and it works!
  2. Replies
    6
    Views
    1,396

    Missing return statement

    I will be calling this method in order to test whether a game of Tic-Tac-Toe is a draw or not by transversing a 3x3 character array named "board". If the array contains a Null character ('u/0000') at...
Results 1 to 2 of 2