ratingMethod method

int ratingMethod (int rating)

Implementation

int ratingMethod(int rating) {
  if (rating == 1) {}
  return 1;
}