From 68043420ad3060ba0ea044660e75b904514e9452 Mon Sep 17 00:00:00 2001 From: DeanMM <33153296+DeanMM@users.noreply.github.com> Date: Fri, 27 Oct 2017 07:55:45 -0400 Subject: [PATCH] Update Card.java --- Card.java | 2 ++ 1 file changed, 2 insertions(+) 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