Search:

Type: Posts; User: doswald1

Search: Search took 0.43 seconds.

  1. Replies
    9
    Views
    1,012

    Re: Implementing Methods

    Everyone -- he didn't give me the answer. He filled in the parts of the code that my (useless) instructor omitted, making it easier for me to figure out the rest of the problems. Rather than...
  2. Replies
    9
    Views
    1,012

    Re: Implementing Methods

    BharathA: Thank you, this was GREATLY appreciated. I am a visual learner, and learning by means of verbal or written directions simply doesn't help.


    Ada: As much as I'm sure in most cases you...
  3. Replies
    9
    Views
    1,012

    Implementing Methods

    Hi everyone,

    I am taking my first Java course and I'm finding there is very little direction in it, and I'm already becoming frustrated.

    I have a question as follows:


    For a class...
  4. Replies
    3
    Views
    1,225

    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)
    {...
  5. Replies
    3
    Views
    1,225

    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 5 of 5