java.lang.ObjectBingoGameApp
public class BingoGameApp
Bingo Game:
A BingoGame object represents an application that plays a
game of bingo.
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 |
---|
public static final int MAX_VALUE
Constructor Detail |
---|
public BingoGameApp()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- unused