Search:

Type: Posts; User: astraya008

Search: Search took 0.08 seconds.

  1. Thread: Dice Roller

    by astraya008
    Replies
    6
    Views
    2,690

    [SOLVED] Re: Dice Roller

    OMG I feel like such an idiot! I have been stuck on this for so long. Thank you so much!
  2. Thread: Dice Roller

    by astraya008
    Replies
    6
    Views
    2,690

    [SOLVED] Re: Dice Roller

    line 20 is


    System.out.println(side+ "\t" + freq[side]);


    it is the last println
  3. Thread: Dice Roller

    by astraya008
    Replies
    6
    Views
    2,690

    [SOLVED] Re: Dice Roller

    what I don't get is that I have this:


    import java.util.Random;

    public class diceRoll
    {
    public static void main(String[] args)
    {
    Random rand = new Random();
  4. Thread: Dice Roller

    by astraya008
    Replies
    6
    Views
    2,690

    [SOLVED] Dice Roller

    I am a very beginner (5 days) and I am trying to make a program that generates frequency on whatever sided dice you want. I dont want to know how to make it more efficient. Just what I did wrong....
Results 1 to 4 of 4