increase method

int increase()

Implementation

int increase() {
  int sum = 0;
  _rating = _rating + 1;
  return _rating;
}