setHand method

void setHand(
  1. String h
)

Assigns the argument h to hand

Implementation

void setHand(String h){
  hand = h;
}