diff --git a/Card.java b/Card.java index 428412a..d732509 100644 --- a/Card.java +++ b/Card.java @@ -11,6 +11,8 @@ public class Card { * String value that holds the suit of the card */ private String suit; + + Private int two; /** * String value that holds the rank of the card