Search:

Type: Posts; User: DavidBowie

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    2,295

    Re: Need help coding Dice rolling simulation

    Alright I'm back. I tried fixing up the first Die program and... well, it's compiling at the very least.



    import java.util.*;

    public class Die {
    private Random rgen;
    private int...
  2. Replies
    6
    Views
    2,295

    Need help coding Dice rolling simulation

    Hello all. I've been staring at this program I need to do for the better part of two days now. I'm relatively new to coding, but have had almost no trouble at all until this. After reading up as...
Results 1 to 2 of 2