isMax method

bool isMax()

Implementation

bool isMax() {
  return number == max;
}