setSecond method

void setSecond(
  1. int x
)

Implementation

void setSecond(int x) {
  second = x;
}