increase method

void increase()

Implementation

void increase() {
  value++;
}