Search:

Type: Posts; User: bogben

Search: Search took 0.08 seconds.

  1. Replies
    9
    Views
    5,902

    Re: What is wrong with my code? JAVA-Eclipse

    The public type Graps must be defined in its own file!
  2. Replies
    9
    Views
    5,902

    Re: What is wrong with my code? JAVA-Eclipse

    You can try this code!
    //Filename: CrapsGame.java

    import java.util.*;

    public class CrapsGame
    {
    public static void main(String[]args)
    {
    int die1,die2;
Results 1 to 2 of 2