diff --git a/.project b/.project new file mode 100644 index 0000000..4b38644 --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + ThinkJavaCode + + + + + + + + diff --git a/ch12/Card.java b/ch12/Card.java index e7a0661..118eb37 100644 --- a/ch12/Card.java +++ b/ch12/Card.java @@ -3,6 +3,7 @@ */ public class Card { + public static final String[] RANKS = { null, "Ace", "2", "3", "4", "5", "6", "7", "8", "9", "10", "Jack", "Queen", "King"};