Computer Science, asked by Anonymous, 5 days ago

The range of int in java is?​

Answers

Answered by BK4444
2

Answer:

-2,147,483,648

Also known as an integer, int type holds a wide range of non-fractional number values. Specifically, Java stores it using 32 bits of memory. In other words, it can represent values from -2,147,483,648 (-231) to 2,147,483,647 (231-1).

Answered by mahalakshmianu9
2

Answer:

-2,147,483,648

Also known as an integer, int type holds a wide range of non-fractional number values. Specifically, Java stores it using 32 bits of memory.

Similar questions