Search:

Type: Posts; User: doswald1

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    1,240

    Re: First Java Program -- Single Die

    Thank you, yes we have to use java.util.Random -- I just wrote it incorrectly. This is my code.

    import java.util.Random;

    public class Dice
    {
    public static void main( String[] args)
    {...
  2. Replies
    3
    Views
    1,240

    First Java Program -- Single Die

    Hi there,

    I'm hoping someone could help me out. I have absolutely no Java experience, and I need to work on this "Dice" program. I've done it twice already, but clearly I still have no idea what...
Results 1 to 2 of 2