Search:

Type: Posts; User: billyjthorton

Search: Search took 0.10 seconds.

  1. Replies
    11
    Views
    1,454

    Re: Help please!

    So then what is the purpose of the not operator in that same method call? (I'm referring to the lines you have quoted)
  2. Replies
    11
    Views
    1,454

    Re: Help please!

    So when the method returns true, it converts it to false?
  3. Replies
    11
    Views
    1,454

    Re: Help please!

    Yea, that makes sense, but what about the original question and what's happening on that line...
  4. Replies
    11
    Views
    1,454

    Re: Help please!

    Here is the missing class:



    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */
    package railroadwithstacks;
  5. Replies
    11
    Views
    1,454

    Re: Help please!

    but how does it know to move something to the holding track? All it is is checking that statement's Boolean value (if its true or false) and doesn't actually do the operation....
  6. Replies
    11
    Views
    1,454

    Help please!

    Hello all,

    I was creating a program for a homework assignment and I came across a problem. The assignment is a simulation of a train track. It gives you an array of train cars and using stacks,...
Results 1 to 6 of 6