Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.14 seconds.

  1. Re: Getting a string value from within a method in another class

    That could mean two things.
    1) you are calling the printSpace11() method before you change its value.
    2) your if statement is returning false

    The second is probably more likely. What is the...
  2. Re: Getting a string value from within a method in another class

    Ok, there are a few things to note about this line:

    if(computer.move().compChoice.equals("(1,1)"))

    The most important thing is that by saying computer.move(), you are calling the move() method...
Results 1 to 2 of 2