Skip to content

Instantly share code, notes, and snippets.

View joek13's full-sized avatar

Joe Kerrigan joek13

View GitHub Profile
anonymous
anonymous / Craps.java
Created October 23, 2017 16:49
import java.util.*;
public class Craps {
static int numPlays = 0;
static int firstRoll, nextRoll;
static String playAgain;
//This method will prompt the user if wants to play a game of craps
//and stores the input into playAgain