setMistakes method

void setMistakes(
  1. int m
)

Assigns the argument m to mistakes

Implementation

void setMistakes(int m){
  mistakes = m;
}