Hello and welcome,

Most of this code is just initialising the cards list but here we go.



final List<String> cards = new ArrayList<String>();
cards.add("Ace of Diamonds");
...