getCountsOfPIN method

int getCountsOfPIN()

Implementation

int getCountsOfPIN(){
  return pin.length;
}