Search:

Type: Posts; User: TheBeginning

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    919

    Re: How does java.util.Random work?

    Well a:

    int a = rand.nextInt();

    and b:

    int b = (int) (seed >>> (48 - 32));

    That's why they're not equal.
  2. Re: Can someone help me reverse the iteration of this loop?

    What I think you need it this:

    - Provide a constant like defaultAmmoutOfCharactersOnLine;
    - Read next line.
    - Calculate ammountOfCharacters in line (rocket/figure)
    -...
  3. Replies
    10
    Views
    973

    Re: Is this the correct way?

    I'm trying to understand you're code, but it's complicated and it lacks structure. But what I think you're trying to do:

    - User fills in 'backnumber' from top of list.
    - System checks at what...
  4. Replies
    7
    Views
    1,041

    Re: Hey guys I can figure it out

    At line 28: 'output' is not defined. It's supposed to be a String. Fill in:



    JOptionPane.showMessageDialog(null,""+ Chill +"");


    Also: Is this code being taught to you by your teacher? to...
Results 1 to 4 of 4