Specific Problem
So I implemented this PlayingCard class:
public class PlayingCard { public String suit; public int rank; public PlayingCard(S