Search:

Type: Posts; User: adipietro

Search: Search took 0.10 seconds.

  1. Re: Question about Randoms and trying to use it

    this is my most recent code:

    import java.util.Random;
    import java.util.Scanner;

    public class Dice {

    /**Created two public static in constants for Diceone and Dicetwo due to random...
  2. Re: Question about Randoms and trying to use it

    i keep trying to attach the screen shot of my code and the error, but the web forum keeps freezing when i select attach image. I have been continuing for hours to find a way to make it work. i'll...
  3. Re: Question about Randoms and trying to use it

    Greg,
    I didn't want to waste anyone's time prior to writing my post so i reviewed Oracles API page and googled some, but had little luck getting my IDE to approve of the code I was typing. I tried...
  4. Re: Question about Randoms and trying to use it

    I am trying to make it so the program will randomly roll the dice and display its roll. I need to Perform this task three times. Then i need to average the total of the three rolls and display the...
  5. Question about Randoms and trying to use it

    I am extremely new to programming and I have an issue trying to use a random. I am not looking for the direct answers, but maybe some guidance. I am working on an exercise that is supposed to help me...
Results 1 to 5 of 5