Why do some ranges have so many values? For example:
[0, 2,147,483,647]
|
|
|
Because this is not FORTRAN, spaces are significant and commas are allowed in integers. |
|||
|
|
|
That basically says "positive integers" It is... unlikely that anything on StackOverflow is actually 2 billion+ anything. |
|||||
|