Search:

Type: Posts; User: beerye28

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    1,384

    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,384

    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...
  3. Replies
    2
    Views
    1,276

    Re: Need help with this nested loop

    Sorry for the late response Norm, this did in fact fix the issue I had, and I thank you!
  4. Replies
    2
    Views
    1,276

    Need help with this nested loop

    This is a piece of code from a project I'm working on that prompts the user to pick a number of students between 1 and 10, and a score between 1 and 100 for each of the n number of students. If the...
Results 1 to 4 of 4