package oving5.card; public class Card { Card(char suit, int card) { } char getSuit() { return 'A'; } }