replaced http://codereview.stackexchange.com/ with https://codereview.stackexchange.com/
RubberDuck
- 31.1k
- 6
- 73
- 176
Don't mark this as answer, the credits belong to ckuhn203
Don't mark this as answer, the credits belong to ckuhn203
As it is senseless to check wether input > 999
in the case that inuptinput < 1
we can use the short-circuiting boolean operator OrElse
lang-vb