I have to roll a pair of dice and count the number of box cars (two sixes) that occur, here is what I have:

import java.util.*;

public class BoxCar{

public static void main...