Search:

Type: Posts; User: illegit

Search: Search took 0.18 seconds.

  1. Replies
    0
    Views
    803

    Help quick please! Almost done!

    fixed it close thread
  2. Re: How should I start creating this program? Help

    Also, how can I make my boolean values output whether or not it is open/closed rather then true/false

    --- Update ---



    So like this:


    boolean[] Lockers = new boolean[1024];
  3. Re: How should I start creating this program? Help

    How would I make the program output the locker number it is at, and whether or not it is open/closed.
    output:
    1 closed
    2 open
    3 closed
    ...

    edit:
  4. Re: How should I start creating this program? Help

    'flipping' a locker would mean either to open or close it. Depending on the state that it's in, it will always do the opposite.
    Also how would I make it so an individual door flipper flips the...
  5. How should I start creating this program? Help

    A locker room has lockers numbered 0,1,2,...,1023 . All lockers are initially closed. The first person walks in and flips every locker The 2nd person flips every other locker (starting at 0) The 3rd...
Results 1 to 5 of 5