Answers for "4 bytes integer max value"

3

Integer.MAX_VALUE

public int x = Integer.MAX_VALUE;

System.out.println(x)

// prints out 2147483647. you can't go over this number
Posted by: Guest on July-31-2021
0

max value int8

Min. value: –128
Max. value: 127
Posted by: Guest on October-05-2021

Browse Popular Code Answers by Language