Search:

Type: Posts; User: JAVAHELPP

Search: Search took 0.08 seconds.

  1. Re: How to make the output side by side. I need HELP!

    Thank you!! I got it now. I don't know why i used a double loop. I'm new to all of this but i get it now.
  2. Re: How to make the output side by side. I need HELP!

    Sorry i made a mistake in copying my output...It looks like this and i want it changed to what is above.


    Output so far:



    Number of rolls: 10000000 on a six sided dice
    Number of sides of...
  3. How to make the output side by side. I need HELP!

    Okay so I have to find the number of times 2 die land on 2-12 /and the percentage of getting a 1 a 2 and so on rolling it 10million times.

    So far I have this:


    import java.util.Random;
    public...
Results 1 to 3 of 3