public class VideoPoker
extends java.lang.Object
| Constructor and Description |
|---|
VideoPoker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Main method that manages the game modes according to the arguments that where used to call
the program
|
private static void |
usage()
Prints the correct usage of the program in case of bad usage
|
public static void main(java.lang.String[] args)
args - Arguments used to call the programprivate static void usage()