13.04.2016, 03:33
If < 4 (Less than 4)
Then 3, 2, 1, 0
If <= 4 (Less than or equal to 4)
Then 4, 3, 2, 1, 0
The difference is if you use <= it will include it's value
else, only the value lower to it
Then 3, 2, 1, 0
If <= 4 (Less than or equal to 4)
Then 4, 3, 2, 1, 0
The difference is if you use <= it will include it's value
else, only the value lower to it

