السلام عليكم شباب:

There is another aspect of the operation: converting a float into an int is not always feasible. Integer variables (like the floats) have a limited capacity. They cannot contain arbitrarily large (or arbitrarily small) numbers. For example, if a certain type of computer uses four bytes (i.e. 32 bits) to store int values, you are only able to use the numbers from the range of -2147483648..2147483647.

ماذا يُقصد بالضبط من أخر عبارة : إنك قادر فقط على استخدام أعداد تتراوح من ......إلى ........ ؟ و لماذا كُتبت لهذا الشكل؟

و شكراً .......