Search:

Type: Posts; User: knoxy5467

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,880

    Re: how do i make 'variable' + 1 a statement

    acually i shouldve just done


    gamelength ++

    but it's fixed now
  2. Replies
    4
    Views
    1,880

    how do i make 'variable' + 1 a statement

    ok i need to make the part where is says gamelength * 1 a statement in this code


    class GCTask extends TimerTask {
    public void run() {
    gamelength + 1 ; // this part ............<<that...
Results 1 to 2 of 2