Search:

Type: Posts; User: Prox

Search: Search took 0.15 seconds.

  1. Replies
    1
    Views
    1,401

    Re: Help moving the ship in Space invaders

    Nevermind, I fixed it.

    Thanks for the moral support!
  2. Replies
    1
    Views
    1,401

    Help moving the ship in Space invaders

    So im making space invaders, and I cant quite figure out what I have to do in order to get the ship to move. These are the three classes that are involved in this process.. with the SIbase being the...
  3. Replies
    3
    Views
    1,373

    Re: Help with simple enum problem

    It doesnt run. I was just taking a shot in the dark at testing it with those values.. the program doesnt actually compile with those lines in the main class. Im unsure what you write to test it...
  4. Replies
    3
    Views
    1,373

    Help with simple enum problem

    It receives two double numbers and an operation to be performed on these numbers. This operation could be PLUS, MINUS, TIMES or DIVIDES. (Define an “enum” with these operations.) The method should...
  5. Help determining which day a particular date falls on.

    So for this project, we have to calculate which day of the week a particular date falls. For example, given 11/3/2012, you would need to find out on which day March 11th falls. (It goes dd/mm/year)....
  6. Replies
    3
    Views
    1,128

    Re: Simple I/O Java Error

    So then how would go about parsing the operators when you are reading the files from an input file?
  7. Replies
    3
    Views
    1,128

    Simple I/O Java Error

    Im supposed to write this java program, and im having a problem, and I cannot figure out why I am getting an Unhandled Exception error.

    I put a comment at the error line.

    PrintWriter writer =...
Results 1 to 7 of 7