//Here is a simple code to simulate the rolling of one die.. //We will try to adapt it to the rolling of 2 die. public class Dice { private static void doRawRandomNumber() { int[] Myarray; Myarray=new int[19]; double jack; int numberofrolls=300; double jack2; for (int k=0; k<19; k++){ Myarray[k] =0; } for (int i=1; i