public void thisisnotworking() { Scanner input=new Scanner(System.in); String cardA; String cardB; System.out.print(\"Enter Card: \"); cardA=input.nextLi
Where do you set the cards into the game? If there is no code missing that might be it, you need to call
game.set(cardA); game.set(cardB);
before game.get(...);
game.get(...);