add method

void add()

Implementation

void add() {
  number += step;
}