Class BingoGameApp

java.lang.Object
  extended by BingoGameApp

public class BingoGameApp
extends java.lang.Object

Bingo Game:
A BingoGame object represents an application that plays a game of bingo.

Version:
Mar 18, 2008
Author:
Kelly Schultz and Alyce Brady

Field Summary
static int MAX_VALUE
          The numbers on the Bingo cards will range from 1 to MAX_VALUE.
 
Constructor Summary
BingoGameApp()
           
 
Method Summary
static void main(java.lang.String[] args)
          Executes the Bingo Game application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_VALUE

public static final int MAX_VALUE
The numbers on the Bingo cards will range from 1 to MAX_VALUE.

See Also:
Constant Field Values
Constructor Detail

BingoGameApp

public BingoGameApp()
Method Detail

main

public static void main(java.lang.String[] args)
Executes the Bingo Game application.

Parameters:
args - unused