I should be able to figure this out, but I'm completely lost.

The following code deals to a hand of choice a set number of cards (int toDeal):

private void deal(Hand hand, int toDeal)
{
...