View Single Post
Old Nov 27th, 2005, 6:28 PM   #5
robrosas
Newbie
 
robrosas's Avatar
 
Join Date: Nov 2005
Location: Puerto Rico
Posts: 12
Rep Power: 0 robrosas is an unknown quantity at this point
Let's See...

First what is Die? A class you already implemented? .... And as the instructions say....You need a main method to run your class !! You need to build the PairO fDice class and the BoxCars class that will hold the main method!
  public class BoxCars {
public static void main (String [] args) {
//code 
//code 
//code
.
.
.
.
//code
} //end of BoxCars class
Start by trying this.
__________________
From P.R. to the World!! RoBeRt
robrosas is offline   Reply With Quote