0
How many store values in int type
java
7 Antworten
+ 7
The int data type cannot store a number more than 2 ^ 31 - 1(signed number). That is the maximum number it can store is 2147483647
+ 2
Could you please explain your question more accurate?
+ 2
It can also store same amount in other way -2147483647
+ 1
thans
+ 1
And if you add to the maximum value one more, it starts down at the bottom, at -2 ^ 31 + 1
0
how many integer store in int type