I am programming a certain card game. I have 7 cards in my hand like "7D" is 7 of diamonds. I want to program a method that gives me an ArrayList<String> which gives a list of the cards with the same...