static void Main(string[] args) { DeckOfCards myDeckOfCards = new DeckOfCards(); myDeckOfCards.Shuffle(); myDeckOfCards.Deal5Cards(); }