Search results

  1. Zambrotta

    Java problems

    Difficult stuff. :) Another java question. When I use If statements sometimes I'm supposed to use ( == ) but sometimes people tell me it's better to have ( .equals ). I've never understood when.
  2. Zambrotta

    Java problems

    But what does it mean? :rolleyes:
  3. Zambrotta

    Java problems

    Yeah VB sucks but I think Java is nice.
  4. Zambrotta

    Java problems

    What does "sudo" mean. I suppose that's the point of the story.
  5. Zambrotta

    Java problems

    Thanks! Why?
  6. Zambrotta

    Java problems

    Does any of your suggestions actually work? Is this a correct way to do it? (Can't test it myself on this computer unfortunately) int r = Math.random()*100
  7. Zambrotta

    Java problems

    I've got a really basic question on Java. I want to randomize an integer between 0 - 100. I have some ideas but it should be simplier than how I made it. Please help.