int myNum = 100000;System.out.println(myNum);
myNum
out
The “int” keyword represents a data type capable of storing whole numbers ranging from -2147483648 to 2147483647.