short myNum = 5000;System.out.println(myNum);
myNum
out
The “short” keyword represents a data type capable of storing whole numbers within the range of -32768 to 32767.