getMiss method

int getMiss()

Retorna o numero de erros

Implementation

int getMiss() {
  return this._miss;
}