Declare an integer value cardsInHand and initialize it to 13

LANGUAGE: Java

CHALLENGE:

Declare an integer value cardsInHand and initialize it to 13

SOLUTION:

int cardsInHand = 13;