target
is greater than startValue
:
a. If target
is odd, increment target
by 1.
b. If target
is even, divide target
by 2.
c. Increment the counter by 1.target
is less than or equal to startValue
, add the difference (startValue - target)
to the counter.