Instructor wants 1. The class is divided into multiple methods. 2. The toString method is included in the Card class to return the face and suit.
3. Needs a constructor?


public class Card
{
...